Debugger, GDBMI: fix r63308 #c0e6dd10c0 "internal pause for changing breakpoint" => reset PauseWaitState

git-svn-id: trunk@63353 -
This commit is contained in:
martin 2020-06-14 21:01:47 +00:00
parent f03c36e465
commit 1ac05df5e7

View File

@ -7541,6 +7541,7 @@ begin
else
if FTheDebugger.PauseWaitState = pwsInternalCont then begin
FTheDebugger.RunQueue;
FTheDebugger.FPauseWaitState := pwsNone;
end;
end;