[Lazarus] RE : Generating line info
cobines
cobines at gmail.com
Mon Sep 19 21:09:59 CEST 2011
2011/9/19 Martin <lazarus at mfriebe.de>:
> The following rules are used:
> * If the old config had:
> - "debug info -g" enbled
> - "dwarf -gw" disabled
> then (never mind the state of -gl -gh -gv ...) the new config has "debug
> enabled, using stabs", and kept all other options as they where
That is not my experience. In my projects I had set in project options
"-g" and "-gl". After opening project in new Lazarus it defaults to
"Automatic (Dwarf with sets)".
>From lpi before:
<Debugging>
<GenerateDebugInfo Value="True"/>
</Debugging>
After:
<Debugging>
<GenerateDebugInfo Value="True"/>
<DebugInfoType Value="dsAuto"/>
</Debugging>
Line info is by default True, I guess.
--
cobines
More information about the Lazarus
mailing list