Преглед изворни кода

Add setup out support after exceptions.

Martijn Laan пре 5 година
родитељ
комит
d7f7cb34bb
1 измењених фајлова са 1 додато и 1 уклоњено
  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;