mirror of https://github.com/BOINC/boinc.git
MGR: If an assert is thrown while running under a debugger, break into the debugger.
This commit is contained in:
parent
00aa8b4dbf
commit
7ee5fe3423
|
@ -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();
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue