mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
FpDebug: fix parsing linemap, after commit 5e1326dab3
This commit is contained in:
parent
6793da0620
commit
bcb511f8c1
@ -4644,10 +4644,10 @@ begin
|
||||
Info := nil;
|
||||
NextInfo := nil;
|
||||
|
||||
LineMap:=nil;
|
||||
while FLineInfo.StateMachine.NextLine do
|
||||
begin
|
||||
Line := FLineInfo.StateMachine.Line;
|
||||
LineMap:=nil;
|
||||
|
||||
if (idx < 0) or (CurrentFileName <> FLineInfo.StateMachine.FileName) then begin
|
||||
idx := FLineNumberMap.IndexOf(FLineInfo.StateMachine.FileName);
|
||||
|
Loading…
Reference in New Issue
Block a user