Re: [fpc-devel] Why debugger does not "step in"?

2018-03-24 Thread Jonas Maebe
On 24/03/18 19:46, Martin Frb wrote: On 24/03/18 19:34, Jonas Maebe wrote: https://bugs.freepascal.org/view.php?id=14399 Will your fix (2018-01-13 16:59) be in 3.0.6? Or 3.2 only? 3.2 Jonas ___ fpc-devel maillist -

Re: [fpc-devel] Why debugger does not "step in"?

2018-03-24 Thread Martin Frb
On 24/03/18 19:34, Jonas Maebe wrote: https://bugs.freepascal.org/view.php?id=14399 Will your fix (2018-01-13 16:59) be in 3.0.6? Or 3.2 only? ___ fpc-devel maillist - fpc-devel@lists.freepascal.org

Re: [fpc-devel] Why debugger does not "step in"?

2018-03-24 Thread Jonas Maebe
On 24/03/18 19:30, Martin Frb wrote: On 24/03/18 17:58, Gennady Agranov wrote: >>> It isn't a method of an "interface"? interfaces indeed have this issue. It is the case - thanks! Is it "nothing can be done about it" case? Is there an already submitted bug? Not sure if there is a bug

Re: [fpc-devel] Why debugger does not "step in"?

2018-03-24 Thread Martin Frb
On 24/03/18 17:58, Gennady Agranov wrote: >>> It isn't a method of an "interface"? interfaces indeed have this issue. It is the case - thanks! Is it "nothing can be done about it" case? Is there an already submitted bug? Not sure if there is a bug report. I am not even sure if this is: -

Re: [fpc-devel] Why debugger does not "step in"?

2018-03-24 Thread Gennady Agranov
>>> It isn't a method of an "interface"? interfaces indeed have this issue. It is the case - thanks! Is it "nothing can be done about it" case? Is there an already submitted bug? Thanks, Gennady On 3/24/2018 4:42 AM, Martin Frb wrote: On 24/03/18 02:24, Gennady Agranov wrote: Hi, I use

Re: [fpc-devel] Why debugger does not "step in"?

2018-03-24 Thread Martin Frb
On 24/03/18 02:24, Gennady Agranov wrote: Hi, I use FPC 3.0.4 / Lazarus 1.8.2 I am seeing the same behavior when I debug the program using Lazarus IDE under Win64 and Linux64 When I want to "step in" into my own function/procedure - GDB simply steps over... If I set a breakpoint inside

[fpc-devel] Why debugger does not "step in"?

2018-03-23 Thread Gennady Agranov
Hi, I use FPC 3.0.4 / Lazarus 1.8.2 I am seeing the same behavior when I debug the program using Lazarus IDE under Win64 and Linux64 When I want to "step in" into my own function/procedure - GDB simply steps over... If I set a breakpoint inside the function/procedure I want to "step in"