On Tuesday 18 November 2008 18.21:17 Hans-Peter Diettrich wrote:
> Mark Morgan Lloyd schrieb:
> > As a related point, under (at least some versions of) Delphi the IDE
> > puts an explicit mark next to source lines that have associated binary
> > code. Am I missing something, or does this not exist in Lazarus? I find
> > it a useful indication that a fragment has actually been compiled rather
> > than being optimised-out or excluded by a directive.
>
> This would require access to the debug information of the compiled unit.
> Not a big deal with an integrated compiler (Delphi), but hard for Lazarus.
>
gdb can list the lines witch have debug info. MSEide uses this approach to 
mark the source lines with code.

Martin
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to