Re: [fpc-pascal] console gdb in mac

2014-09-15 Thread Jonas Maebe
On 08/09/14 17:34, Joost van der Sluis wrote: > On 09/07/2014 05:19 PM, Felipe Monteiro de Carvalho wrote: >> How can I read the value of field FParent which is located in object >> "Self" ? > > That's not that difficult: > > p this > p this.fparent You can also use "self". You don't even have t

Re: [fpc-pascal] console gdb in mac

2014-09-09 Thread Joost van der Sluis
On 09/08/2014 11:06 PM, Michael Ring wrote: Joost, I saw some of your posts but did not know that your debugger has a console version. Is it possible to connect to a gdb-server with fpd? Michael (not trying to hijack this thread) No, it has nothing to do with gdb. In principle it would be

Re: [fpc-pascal] console gdb in mac

2014-09-08 Thread Michael Ring
Joost, I saw some of your posts but did not know that your debugger has a console version. Is it possible to connect to a gdb-server with fpd? Michael (not trying to hijack this thread) Am 08.09.14 um 17:39 schrieb Joost van der Sluis: On 09/07/2014 05:42 PM, Felipe Monteiro de Carvalho wr

Re: [fpc-pascal] console gdb in mac

2014-09-08 Thread Joost van der Sluis
On 09/07/2014 05:19 PM, Felipe Monteiro de Carvalho wrote: Hello, I'm trying to debug lcl-cocoa, but the debugger in the IDE is not helping (not stopping in breakpoints inside the LCL, can't read variable names, etc...) So I moved to the console gdb, and I can already break, step over, etc. Bu

Re: [fpc-pascal] console gdb in mac

2014-09-08 Thread Joost van der Sluis
On 09/07/2014 05:42 PM, Felipe Monteiro de Carvalho wrote: On Sun, Sep 7, 2014 at 5:19 PM, Felipe Monteiro de Carvalho wrote: I'm trying to debug lcl-cocoa, but the debugger in the IDE is not helping (not stopping in breakpoints inside the LCL, can't read variable names, etc...) Well, I see n

Re: [fpc-pascal] console gdb in mac

2014-09-07 Thread Felipe Monteiro de Carvalho
On Sun, Sep 7, 2014 at 5:19 PM, Felipe Monteiro de Carvalho wrote: > I'm trying to debug lcl-cocoa, but the debugger in the IDE is not > helping (not stopping in breakpoints inside the LCL, can't read > variable names, etc...) Well, I see now that IDE debugging generally works, but that reliably