mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 03:12:32 +02:00
* Check if current breakpoint isn't removed
git-svn-id: trunk@18413 -
This commit is contained in:
parent
6bce26b8af
commit
66468eaf11
@ -876,6 +876,8 @@ begin
|
||||
{$endif}
|
||||
|
||||
inherited;
|
||||
if FManager.FCurrentBreakpoint = ABreakPoint
|
||||
then FManager.FCurrentBreakpoint := nil;
|
||||
|
||||
TManagedBreakPoint(ABreakpoint).SourceMark.Free;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user