瀏覽代碼

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;