[Lazarus] Strange problem with Step Over (F8)

2014-09-24 Thread Virgo Pärna
I'm having very strange problem, when debuging under Lazarus. When program is stopped and is on a method call line, then pressing F8 causes it to step into method call, instead of going to next line. Lazarus 1.2.4 32 bit, Windows 7 64 bit, 64 bit crosscompiling is installed, but I'm I'm

Re: [Lazarus] Strange problem with Step Over (F8)

2014-09-24 Thread Reinier Olislagers
On 24/09/2014 13:50, Virgo Pärna wrote: I'm having very strange problem, when debuging under Lazarus. When program is stopped and is on a method call line, then pressing F8 causes it to step into method call, instead of going to next line. Lazarus 1.2.4 32 bit, Windows 7 64 bit, 64

Re: [Lazarus] Strange problem with Step Over (F8)

2014-09-24 Thread Sven Barth
Am 24.09.2014 13:50 schrieb Virgo Pärna virgo.pa...@mail.ee: I'm having very strange problem, when debuging under Lazarus. When program is stopped and is on a method call line, then pressing F8 causes it to step into method call, instead of going to next line. Lazarus 1.2.4 32 bit,

Re: [Lazarus] Strange problem with Step Over (F8)

2014-09-24 Thread Virgo Pärna
On Wed, 24 Sep 2014 14:20:58 +0200, Reinier Olislagers reinierolislag...@gmail.com wrote: What happens if you specify dwarf2 in project options instead of the default (which is stabs IIRC)? Changing debug info type to Dwarf2 made it work. Thank you. -- Virgo Pärna virgo.pa...@mail.ee

Re: [Lazarus] Strange problem with Step Over (F8)

2014-09-24 Thread Virgo Pärna
On Wed, 24 Sep 2014 14:44:16 +0200, Sven Barth pascaldra...@googlemail.com wrote: Does the method happen to be one of an interface? If so, that's a known problem for years... Yes, it is. I guess my Google skills were not good enaugh to find it. Anyway, using dwarf2 debug format makse