MGR: If an assert is thrown while running under a debugger, break into the debugger.

This commit is contained in:
Rom Walton 2014-03-05 16:50:58 -05:00
parent 00aa8b4dbf
commit 7ee5fe3423
1 changed files with 2 additions and 2 deletions

View File

@ -118,9 +118,9 @@ void BOINCAssertHandler(const wxString &file, int line, const wxString &func, co
msg.IsEmpty() ? "<NULL>" : msg.mb_str()
);
//if (wxIsDebuggerRunning()) {
if (wxIsDebuggerRunning()) {
wxTrap();
//}
}
}