Thanks,

MyBla.fBla is evaluated properly

MyBla.GetBla does not work.
The evaluator stil complains.
what should I try?
Let´s say I found the getter method... how to invoke it?

Horacio Jamilis

----- Original Message ----- 

> > The question is: is gdb able to evaluate object properties ?
> No. only object fields, i.e. variables.

:-(

>
> For field properties that have actual fields, use the private field.
> property Bla :integer read FBla;
> use MyBla.FBla
>
> >
> > Where should I look for to fix this?
> For properties that have read specifiers methods, find a way to execute
> the getter in the debuggee and get the result in Lazarus.
> example: property Bla: integer read GetBla;
>
> Vincent
>
> _________________________________________________________________
>      To unsubscribe: mail [EMAIL PROTECTED] with
>                 "unsubscribe" as the Subject
>    archives at http://www.lazarus.freepascal.org/mailarchives

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to