diff --git a/IDEHelper/WinDebugger.cpp b/IDEHelper/WinDebugger.cpp index 7cb2eb01..84a91ed6 100644 --- a/IDEHelper/WinDebugger.cpp +++ b/IDEHelper/WinDebugger.cpp @@ -2717,7 +2717,7 @@ bool WinDebugger::DoUpdate() bool handled = false; //TODO: Use a user-defined filter here to determine whether to stop or continue - if ((!isSystemException) && (isFirstChance)) + if (isFirstChance) { if (exceptionRecord->ExceptionCode == 0x406D1388) // Visual C {