Explorar o código

Avoid interactive query when resetting file

git-svn-id: trunk@19876 -
pierre %!s(int64=13) %!d(string=hai) anos
pai
achega
1b4a27ed66
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      ide/fpdebug.pas

+ 2 - 0
ide/fpdebug.pas

@@ -685,7 +685,9 @@ begin
   else
     begin
       HasExe:=false;
+      reset_command:=true;
       Command('file');
+      reset_command:=false;
     end;
 end;