[lazarus] Debugger question

2006-01-11 Thread Horacio Jamilis
I saw that the debugger is starting to work! That´s grait. There are a couple of things that must be improved... and I will try to work on it. I´m using Lazarus under Windows. The question is: is gdbable to evaluate object properties ? I mean, if I enter on the evaluator something like

Re: [lazarus] Debugger question

2006-01-11 Thread Vincent Snijders
Horacio Jamilis wrote: I saw that the debugger is starting to work! That´s grait. There are a couple of things that must be improved... and I will try to work on it. I´m using Lazarus under Windows. The question is: is gdb able to evaluate object properties ? No. only object fields, i.e.

Re: [lazarus] Debugger question

2006-01-11 Thread Horacio Jamilis
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