mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 22:58:50 +02:00
fpdebug: fix building line info. Issue #0013989 Patch by Joost van der Sluis
git-svn-id: trunk@39564 -
This commit is contained in:
parent
940f0cba78
commit
034537a23f
@ -1264,6 +1264,7 @@ begin
|
||||
end;
|
||||
if FLineInfo.StateMachine.Ended then Exit;
|
||||
|
||||
BuildAddressMap;
|
||||
Iter := TMapIterator.Create(FAddressMap);
|
||||
|
||||
while FLineInfo.StateMachine.NextLine do
|
||||
|
Loading…
Reference in New Issue
Block a user