FpDebug: Fix breakpoint not applied / left over old code

git-svn-id: trunk@60213 -
This commit is contained in:
martin 2019-01-25 00:42:50 +00:00
parent 706c5d8054
commit 6f10746551

View File

@ -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;