[Lazarus] Structured info on class watch

Martin lazarus at mfriebe.de
Tue May 25 13:50:05 CEST 2010


On 25/05/2010 11:19, Michael Schnell wrote:
>
> But now "inspect" just takes me to the "Debug Inspector" ans same just
> gives me a pointer value e.g. for "Label1".
>
> What exactly did you suggest to see a structured view onto an object ?
>    

try dereferencing ("^")
(that is needed in many places anyway, since gdb has often no concept of 
the hidden pointers in pascal)

self^





More information about the Lazarus mailing list