Page 1 of 1

Failure to stop at breakpoints

Posted: Mon Mar 19, 2018 6:31 pm
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.

Re: Failure to stop at breakpoints

Posted: Mon Mar 19, 2018 11:24 pm
by eranif
please provide the full debugger log (see my signature)

Re: Failure to stop at breakpoints

Posted: Thu Mar 22, 2018 11:54 pm
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!