mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 17:19:22 +02:00
Debugger, GDBMI: fix r63308 #c0e6dd10c0 "internal pause for changing breakpoint" => reset PauseWaitState
git-svn-id: trunk@63353 -
This commit is contained in:
parent
f03c36e465
commit
1ac05df5e7
@ -7541,6 +7541,7 @@ begin
|
||||
else
|
||||
if FTheDebugger.PauseWaitState = pwsInternalCont then begin
|
||||
FTheDebugger.RunQueue;
|
||||
FTheDebugger.FPauseWaitState := pwsNone;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user