mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 15:59:08 +02:00
Debugger: reset breakpoint state (unknown, valid, invalid) after debugger stops. Issue #39505
This commit is contained in:
parent
a930449457
commit
d962ac2a85
@ -3454,6 +3454,8 @@ end;
|
||||
procedure TDBGBreakPoint.DoStateChange(const AOldState: TDBGState);
|
||||
begin
|
||||
if Debugger.State <> dsStop then Exit;
|
||||
SetValid(vsUnknown);
|
||||
|
||||
if not (AOldState in [dsIdle, dsNone]) then Exit;
|
||||
|
||||
BeginUpdate;
|
||||
|
Loading…
Reference in New Issue
Block a user