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 _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
