mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-24 19:28:22 +02:00
FpDebugger (pure): Handle a failing pause properly
git-svn-id: trunk@45859 -
This commit is contained in:
parent
113cc3749d
commit
8d79ffd221
@ -1406,8 +1406,7 @@ end;
|
|||||||
|
|
||||||
procedure TFpDebugDebugger.QuickPause;
|
procedure TFpDebugDebugger.QuickPause;
|
||||||
begin
|
begin
|
||||||
FQuickPause:=true;
|
FQuickPause:=FQuickPause;
|
||||||
FDbgController.Pause;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TFpDebugDebugger.DoState(const OldState: TDBGState);
|
procedure TFpDebugDebugger.DoState(const OldState: TDBGState);
|
||||||
|
Loading…
Reference in New Issue
Block a user