فهرست منبع

Always continue on first-chance exceptions

Brian Fiete 1 سال پیش
والد
کامیت
30d5bbfa0c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      IDEHelper/WinDebugger.cpp

+ 1 - 1
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
 						{