Codelite 9.0.0 is not able to remove breakpoints

Discussion about CodeLite development process and patches
Anil
CodeLite Curious
Posts: 1
Joined: Fri Oct 23, 2015 11:26 am
Genuine User: Yes
IDE Question: c++
Contact:

Codelite 9.0.0 is not able to remove breakpoints

Post by Anil »

Hi All,

I noticed the following issue in codelit 9.0.0 IDE. I tried to compile a C++ program with syntax error. Codelite during compilation highlighted the lines in the IDE with error using red arrows. I corrected the errors and recompiled the code. Code worked fine after I corrected the syntax errors, but the IDE was showing those lines with breakpoints. I tried removing the breakpoints [IDE->right Click -> Remove all breakpoints] but IDE still shows those breakpoints.

The IDE should have removed the breakpoints after successful compilation of code or on me requesting it to remove the breakpoints [IDE->right Click -> Remove all breakpoints].

Regards
Anil
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite 9.0.0 is not able to remove breakpoints

Post by eranif »

can you post a screen shot showing the problem?

(it works here)
Eran
Make sure you have read the HOW TO POST thread
Post Reply