Page 1 of 1

Incorrect breakpoint's position

Posted: Sat Aug 22, 2009 7:15 pm
by marfi
Hi, there is a problem with breakpoint's position if extra lines are added before the breakpoint. You can simply reproduce it in this way:

1) add a breakpoint to line number 2,
2) insert three empty lines before the breakpoint - now the breakpoint is located on line 5,
3) click the breakpoint on line 5 - a new breakpoint at line 2 will be created and the clicked breakpoint remains without changes.

Regards
Michal

Re: Incorrect breakpoint's position

Posted: Tue Sep 01, 2009 2:19 pm
by marfi
Please please please, fix this (quite annoying) bug... (btw, I'vw reported some bugs also here: http://codelite.org/forum/viewtopic.php?f=3&t=546).
Regards
Michal

Re: Incorrect breakpoint's position

Posted: Fri Sep 04, 2009 7:51 pm
by eranif
I committed a fix for this bug, and tested it under Windows.

I would appreciate if you can confirm it on Linux

Eran

Re: Incorrect breakpoint's position

Posted: Sat Sep 05, 2009 3:48 am
by marfi
It seems to be fixed on Linux as well. Thank you!
M.