mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 05:00:25 +02:00
LazDebuggerFp: fix debugln
git-svn-id: trunk@61837 -
This commit is contained in:
parent
3254177a33
commit
736f8b32fa
@ -839,7 +839,7 @@ begin
|
||||
inherited DoStateChange(AOldState);
|
||||
if Debugger.State in [dsPause, dsInternalPause] then
|
||||
begin
|
||||
if FDelayedRemoveBreakpointList.Count>0 then
|
||||
if FDelayedRemoveBreakpointList.Count>0 then begin
|
||||
debuglnEnter(DBG_BREAKPOINTS, ['TFPBreakpoints.DoStateChange REMOVE DELAYED']);
|
||||
for i := FDelayedRemoveBreakpointList.Count-1 downto 0 do
|
||||
begin
|
||||
@ -850,6 +850,7 @@ begin
|
||||
FDelayedRemoveBreakpointList.Delete(i);
|
||||
end;
|
||||
debuglnExit(DBG_BREAKPOINTS, ['<< TFPBreakpoints.DoStateChange REMOVE DELAYED ' ]);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user