소스 검색

* Try to correct mantis bug report 7301

git-svn-id: trunk@7112 -
pierre 18 년 전
부모
커밋
b6b3a6cdff
1개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 5 1
      ide/fpmrun.inc

+ 5 - 1
ide/fpmrun.inc

@@ -271,7 +271,11 @@ begin
     end
 {$ifndef NODEBUG}
   else
-    Debugger^.Continue
+    begin
+      if AskRecompileIfModified then
+        exit;
+      Debugger^.Continue;
+    end;
 {$endif}
   ;
 end;