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.

DoDi

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

Reply via email to