Explorar o código

Add setup out support after exceptions.

Martijn Laan %!s(int64=5) %!d(string=hai) anos
pai
achega
d7f7cb34bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Projects/CompForm.pas

+ 1 - 1
Projects/CompForm.pas

@@ -3322,7 +3322,7 @@ begin
     { Tell Setup to pause }
     Message.Result := 1;
     FPaused := True;
-    FPausedAtCodeLine := False;
+    FPausedAtCodeLine := (DebugEntry <> nil) and (DebugEntry.Kind = Ord(deCodeLine));
     UpdateRunMenu;
     UpdateCaption;