Failure to stop at breakpoints

CodeLite installation/troubleshooting forum
lissalissa
CodeLite Curious
Posts: 2
Joined: Mon Mar 19, 2018 6:28 pm
Genuine User: Yes
IDE Question: c++
Contact:

Failure to stop at breakpoints

Post by lissalissa »

Hello, all,

I am trying to debug a C++ project in codelite, but the debugger is failing to stop at any breakpoints. I have verified that the project is set to the debug configuration. I have verified that the -g option is being passed to the compiler. I have tried uninstalling and reinstalling Codelite, all to no avail.

Any ideas?

My system is running Ubuntu 17.10, and I am using codelite version 12.0.0.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Failure to stop at breakpoints

Post by eranif »

please provide the full debugger log (see my signature)
Make sure you have read the HOW TO POST thread
lissalissa
CodeLite Curious
Posts: 2
Joined: Mon Mar 19, 2018 6:28 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Failure to stop at breakpoints

Post by lissalissa »

You know, I went to reproduce this issue so I could copy the debugger log and found that codelite is now stopping at my breakpoints. So, issue solved, I guess? Thanks anyway!
Post Reply