mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 07:55:58 +02:00
FpDebug: Fix breakpoint not applied / left over old code
git-svn-id: trunk@60213 -
This commit is contained in:
parent
706c5d8054
commit
6f10746551
@ -1068,7 +1068,6 @@ begin
|
|||||||
for a in ALocation do
|
for a in ALocation do
|
||||||
if ip=a then begin
|
if ip=a then begin
|
||||||
FCurrentBreakpoint := Result;
|
FCurrentBreakpoint := Result;
|
||||||
Result.ResetBreak;
|
|
||||||
break;
|
break;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user