[Lazarus] Debugging under windows

Paul Ishenin webpirat at mail.ru
Fri Mar 19 00:04:22 CET 2010


19.03.2010 3:28, Mattias Gaertner wrote:
> Properties with variable getters are shown.
> Properties with getter functions are not shown.
>    
Only if you are using dwarf debug info. And both RTL and LCL needs to be 
built with dwarf debug info. Use the next options while building RTL and 
LCL and your application of course:
"-gw -godwarfsets". For you application I would suggest to use "-Xg" also.

Best regards,
Paul Ishenin.




More information about the Lazarus mailing list