diff --git a/components/fpdebug/fpdbgdwarfdataclasses.pas b/components/fpdebug/fpdbgdwarfdataclasses.pas index f303444674..b680b97f33 100644 --- a/components/fpdebug/fpdbgdwarfdataclasses.pas +++ b/components/fpdebug/fpdbgdwarfdataclasses.pas @@ -3198,6 +3198,7 @@ begin DW_LNE_end_sequence: begin FEndSequence := True; Result := True; + Inc(pbyte(FLineInfoPtr), instrlen); Exit; end; DW_LNE_set_address: begin