[Lazarus] Impossible to debug with Lazarus IDE
Martin Schreiber
fpmse at bluewin.ch
Thu Oct 30 11:53:46 CET 2008
On Thursday 30 October 2008 11.03:06 Graeme Geldenhuys wrote:
>
> See the screenshot in the bug report.
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.
Martin
More information about the Lazarus
mailing list