diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 7d43daee31..860a9e1109 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -118,9 +118,9 @@ void BOINCAssertHandler(const wxString &file, int line, const wxString &func, co msg.IsEmpty() ? "" : msg.mb_str() ); - //if (wxIsDebuggerRunning()) { + if (wxIsDebuggerRunning()) { wxTrap(); - //} + } }