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.
Failure to stop at breakpoints
-
- CodeLite Curious
- Posts: 2
- Joined: Mon Mar 19, 2018 6:28 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Failure to stop at breakpoints
please provide the full debugger log (see my signature)
Make sure you have read the HOW TO POST thread
-
- 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
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!