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 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 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] What is the estimated creation time of fixes_1_8 branch?

2017-02-01 Thread Mattias Gaertner via Lazarus
On Wed, 1 Feb 2017 11:55:04 +0100 Gabor Boros via Lazarus wrote: > Hi All, > > I want to switch from fixes_1_6 to ... Is the fixes_1_8 branch will be > created in the near future? There is no date yet for 1.8. Probably 1.8 will be released soon after FPC 3.0.2.

Re: [Lazarus] What is the estimated creation time of fixes_1_8 branch?

2017-02-01 Thread Ondrej Pokorny via Lazarus
On 01.02.2017 12:42, Mattias Gaertner via Lazarus wrote: Probably 1.8 will be released soon after FPC 3.0.2. I still have some open issues for 1.8. The really important is only one - High DPI. I couldn't work on it recently but IMO I should be able to finish it (to a reasonable state) until

Re: [Lazarus] "protected" as class property incorrectly highlighted

2017-02-01 Thread Mattias Gaertner via Lazarus
On Wed, 1 Feb 2017 13:00:23 +0100 Torsten Bonde Christiansen via Lazarus wrote: >[...] > As "protected" is not a reserved word > (http://www.freepascal.org/docs-html/current/ref/refse3.html#x11-11.3) > in any modes I think this is a bug in the highlighter.

[Lazarus] "protected" as class property incorrectly highlighted

2017-02-01 Thread Torsten Bonde Christiansen via Lazarus
Hi List. I ran into this situation by random - but examplified here (using Lazarus IDE): As "protected" is not a reserved word (http://www.freepascal.org/docs-html/current/ref/refse3.html#x11-11.3) in any modes I think this is a bug in the highlighter. Should I report it to the

[Lazarus] What is the estimated creation time of fixes_1_8 branch?

2017-02-01 Thread Gabor Boros via Lazarus
Hi All, I want to switch from fixes_1_6 to ... Is the fixes_1_8 branch will be created in the near future? I want to skip switch to trunk if possible. Gabor -- ___ Lazarus mailing list Lazarus@lists.lazarus-ide.org

Re: [Lazarus] "protected" as class property incorrectly highlighted

2017-02-01 Thread Martin Frb via Lazarus
On 01/02/2017 12:00, Torsten Bonde Christiansen via Lazarus wrote: As "protected" is not a reserved word (http://www.freepascal.org/docs-html/current/ref/refse3.html#x11-11.3) in any modes I think this is a bug in the highlighter. Should I report it to the bugtracker? Yes, Please

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

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 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 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 -