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

Re: [fpc-devel] Fix CamelCase in unit and method names

2018-03-23 Thread Michael Van Canneyt
On Fri, 23 Mar 2018, Pierre Muller wrote: Le 23/03/2018 à 23:12, Michael Van Canneyt a écrit : On Fri, 23 Mar 2018, Sven Barth via fpc-devel wrote: R0b0t1 schrieb am Fr., 23. März 2018, 16:07: IMHO preferably not the unit names (as in 'unit XxX') - with case

Re: [fpc-devel] Fix CamelCase in unit and method names

2018-03-23 Thread Pierre Muller
Le 23/03/2018 à 23:12, Michael Van Canneyt a écrit : > > > On Fri, 23 Mar 2018, Sven Barth via fpc-devel wrote: > >> R0b0t1 schrieb am Fr., 23. März 2018, 16:07: >> IMHO preferably not the unit names (as in 'unit XxX') - with case sensitive file names on

Re: [fpc-devel] Fix CamelCase in unit and method names

2018-03-23 Thread Michael Van Canneyt
On Fri, 23 Mar 2018, Sven Barth via fpc-devel wrote: R0b0t1 schrieb am Fr., 23. März 2018, 16:07: IMHO preferably not the unit names (as in 'unit XxX') - with case sensitive file names on Unix, this change might increase time for searching the respective file (somewhat).

Re: [fpc-devel] Fix CamelCase in unit and method names

2018-03-23 Thread Sven Barth via fpc-devel
R0b0t1 schrieb am Fr., 23. März 2018, 16:07: > > > > IMHO preferably not the unit names (as in 'unit XxX') - with case > > sensitive file names on Unix, this change might increase time for > > searching the respective file (somewhat). Obviously, all further > > references of

Re: [fpc-devel] Fix CamelCase in unit and method names

2018-03-23 Thread Michael Van Canneyt
On Thu, 22 Mar 2018, R0b0t1 wrote: On Thu, Mar 22, 2018 at 10:18 AM, Juha Manninen wrote: On Thu, Mar 22, 2018 at 3:15 PM, Denis Kozlov wrote: Please do... It has caused enough eye (OCD) stress over the years ;) +1 Yes, it has bothered also

Re: [fpc-devel] Fix CamelCase in unit and method names

2018-03-23 Thread R0b0t1
On Thu, Mar 22, 2018 at 10:18 AM, Juha Manninen wrote: > On Thu, Mar 22, 2018 at 3:15 PM, Denis Kozlov wrote: >> Please do... It has caused enough eye (OCD) stress over the years ;) > > +1 > Yes, it has bothered also me a lot. I use code completion to

Re: [fpc-devel] Fix CamelCase in unit and method names

2018-03-23 Thread R0b0t1
On Thu, Mar 22, 2018 at 6:42 AM, Michael Van Canneyt wrote: > > > On Thu, 22 Mar 2018, Ondrej Pokorny wrote: > >> Hello, >> >> will a patch be applied that fixes CamelCase in unit and method names and >> other identifiers? >> >> Example: >> >> dateutils -> DateUtils >>