Re: [Lazarus] debugging interface method calls

2017-02-01 Thread Graeme Geldenhuys via Lazarus
On 2017-02-01 21:09, Ondrej Pokorny via Lazarus wrote: > > Having a real pascal debugger would be the killer feature. Indeed! > Do you know the state of fpDebug? Who does develop it? Do you? > https://github.com/graemeg/fpdebug doesn't show much recent progress :( The one on my github page

Re: [Lazarus] debugging interface method calls

2017-02-01 Thread David Emerson via Lazarus
On 02/01/2017 12:57 PM, Graeme Geldenhuys via Lazarus wrote: On 2017-02-01 20:27, David Emerson via Lazarus wrote: http://mantis.freepascal.org/view.php?id=30541 Thanks - no idea how you found that. :) You (or somebody else), please teach me how searching in Mantis works. The same goes for

Re: [Lazarus] debugging interface method calls

2017-02-01 Thread Bart via Lazarus
On 2/1/17, Ondrej Pokorny via Lazarus wrote: > Who does develop it? Do you? Joost van der Sluis? Bart -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org http://lists.lazarus-ide.org/listinfo/lazarus

Re: [Lazarus] debugging interface method calls

2017-02-01 Thread Graeme Geldenhuys via Lazarus
On 2017-02-01 20:27, David Emerson via Lazarus wrote: > > http://mantis.freepascal.org/view.php?id=30541 Thanks - no idea how you found that. :) You (or somebody else), please teach me how searching in Mantis works. The same goes for the Lazarus Forum. I can never find anything I search for -

Re: [Lazarus] debugging interface method calls

2017-02-01 Thread Graeme Geldenhuys via Lazarus
On 2017-02-01 20:27, David Emerson via Lazarus wrote: > I guess I should try fpdebug! That was my hope too, but fpdebug is not supported on FreeBSD (what I use). It seems only Linux and Windows is currently supported. :-/ Regards, Graeme -- fpGUI Toolkit - a cross-platform GUI toolkit using

Re: [Lazarus] debugging interface method calls

2017-02-01 Thread Ondrej Pokorny via Lazarus
On 01.02.2017 21:28, David Emerson via Lazarus wrote: I tried all the debugging options: automatic; dwarf with sets; dwarf2; stabs; dwarf3 beta. None of them would step into the interface function call. fpc 3.0.0 / laz 1.6 / gdb 7.7.1 I tested as well. I was able to step in with automatic

Re: [Lazarus] debugging interface method calls

2017-02-01 Thread David Emerson via Lazarus
On 02/01/2017 01:24 AM, Ondrej Pokorny via Lazarus wrote: On 01.02.2017 10:16, Graeme Geldenhuys via Lazarus wrote: On 2017-02-01 03:36, David Emerson via Lazarus wrote: It seems that when I am stepping through my code, when there is an interface function call, the debugger will not step into

[Lazarus] debugging interface method calls

2017-01-31 Thread David Emerson via Lazarus
Hi all, It seems that when I am stepping through my code, when there is an interface function call, the debugger will not step into the function call. Is there a way to make it step in? Or maybe there is a limitation with GDB or lazarus or something? Below is example code Thanks! ~David.