[Lazarus] Impossible to debug with Lazarus IDE
Graeme Geldenhuys
graemeg.lists at gmail.com
Thu Oct 30 12:19:59 CET 2008
On Thu, Oct 30, 2008 at 12:53 PM, Martin Schreiber <fpmse at bluewin.ch> wrote:
>
> Properties can not be showed by gdb. For FView.RowCount try FView.FRowCount to
> show the field if it exists. There is no workaround for array properties
> because a call to the read function would be necessary to get the value which
> is not supported by the provided FPC debug info. It is dangerous anyway
> because the getter could have side effects.
Ah, thanks for that info Martin. I guess it's back to my trusty Log()
or writeln() calls again. :-)
Anybody know if Kylix 3 used GDB, or did it have it's own built-in
debugger. Because I know those type of use cases worked in Kylix IDE.
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
More information about the Lazarus
mailing list