mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +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;
|
Info := nil;
|
||||||
NextInfo := nil;
|
NextInfo := nil;
|
||||||
|
|
||||||
|
LineMap:=nil;
|
||||||
while FLineInfo.StateMachine.NextLine do
|
while FLineInfo.StateMachine.NextLine do
|
||||||
begin
|
begin
|
||||||
Line := FLineInfo.StateMachine.Line;
|
Line := FLineInfo.StateMachine.Line;
|
||||||
LineMap:=nil;
|
|
||||||
|
|
||||||
if (idx < 0) or (CurrentFileName <> FLineInfo.StateMachine.FileName) then begin
|
if (idx < 0) or (CurrentFileName <> FLineInfo.StateMachine.FileName) then begin
|
||||||
idx := FLineNumberMap.IndexOf(FLineInfo.StateMachine.FileName);
|
idx := FLineNumberMap.IndexOf(FLineInfo.StateMachine.FileName);
|
||||||
|
Loading…
Reference in New Issue
Block a user