mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 21:47:34 +01:00
LazDebuggerFp (pure): Revert of r44766 #5cbd21f02c, leads to problems on Windows
git-svn-id: trunk@44767 -
This commit is contained in:
parent
5cbd21f02c
commit
f96d70776c
@ -217,7 +217,7 @@ end;
|
||||
|
||||
procedure TFPBreakpoint.DoStateChange(const AOldState: TDBGState);
|
||||
begin
|
||||
if (Debugger.State in [dsPause, dsInit]) then
|
||||
if (Debugger.State = dsPause) then
|
||||
begin
|
||||
if Enabled and not FIsSet then
|
||||
begin
|
||||
@ -666,7 +666,7 @@ end;
|
||||
procedure TFpDebugDebugger.FDbgControllerCreateProcessEvent(var continue: boolean);
|
||||
begin
|
||||
// This will trigger setting the breakpoints
|
||||
SetState(dsInit);
|
||||
SetState(dsPause);
|
||||
end;
|
||||
|
||||
function TFpDebugDebugger.RequestCommand(const ACommand: TDBGCommand;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user