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
Incorrect breakpoint's position
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
Re: Incorrect breakpoint's position
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
Regards
Michal
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Incorrect breakpoint's position
I committed a fix for this bug, and tested it under Windows.
I would appreciate if you can confirm it on Linux
Eran
I would appreciate if you can confirm it on Linux
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Expert
- Posts: 159
- Joined: Mon Nov 03, 2008 9:17 pm
- Contact:
Re: Incorrect breakpoint's position
It seems to be fixed on Linux as well. Thank you!
M.
M.