Re: [Lazarus] Any tips to speed up Lazarus->GDB debugger?

2018-01-11 Thread Luca Olivetti via Lazarus
El 11/01/18 a les 18:45, Martin Frb via Lazarus ha escrit: On 11/01/2018 15:13, Dennis via Lazarus wrote: I remember in Delphi 5, they had an option of whether to use Debug dcu (of the main VCL units/objects files). Is there a similar switch I can use to disable debugger in all, except my own

Re: [Lazarus] Any tips to speed up Lazarus->GDB debugger?

2018-01-11 Thread Martin Frb via Lazarus
On 11/01/2018 15:13, Dennis via Lazarus wrote: I remember in Delphi 5, they had an option of whether to use Debug dcu (of the main VCL units/objects files). Is there a similar switch I can use to disable debugger in all, except my own source code so as to speed up the debugger? To add to my o

Re: [Lazarus] Any tips to speed up Lazarus->GDB debugger?

2018-01-11 Thread Martin Frb via Lazarus
On 11/01/2018 15:13, Dennis via Lazarus wrote: I am using Lazarus 1.8 Win64 , FPC 3.0.4. As with older versions, debugger is very slow (compared to Delphi). Is there any tricks I can use to speed up the debugger e.g. turn off debug info of all lazarus units/object files? I remember in Delphi

Re: [Lazarus] Any tips to speed up Lazarus->GDB debugger?

2018-01-11 Thread Luiz Americo Pereira Camara via Lazarus
2018-01-11 12:13 GMT-03:00 Dennis via Lazarus : > I am using Lazarus 1.8 Win64 , FPC 3.0.4. > As with older versions, debugger is very slow (compared to Delphi). > By slow you mean slow to compile or slow when stepping the code? If the later, close the callstack window while stepping in the cod

[Lazarus] Any tips to speed up Lazarus->GDB debugger?

2018-01-11 Thread Dennis via Lazarus
I am using Lazarus 1.8 Win64 , FPC 3.0.4. As with older versions, debugger is very slow (compared to Delphi). Is there any tricks I can use to speed up the debugger e.g. turn off debug info of all lazarus units/object files? I remember in Delphi 5, they had an option of whether to use Debug dc