mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
added ability to detach processes from debuggers
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@1376 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -413,7 +413,7 @@ namespace ProcessHacker
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MessageBox.Show(ex.Message, "Process Hacker", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
PhUtils.ShowMessage(ex);
|
||||
}
|
||||
|
||||
return true;
|
||||
@@ -469,7 +469,7 @@ namespace ProcessHacker
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
MessageBox.Show(ex.Message, "Process Hacker", MessageBoxButtons.OK, MessageBoxIcon.Error);
|
||||
PhUtils.ShowMessage(ex);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user