Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

For some reason I can no longer debug in codeblocks. Breakpoints are ignored and exceptions are not caught. I'm pretty sure it was working before on this machine, but I have to confess that since I work on multiple machines I might be confused on that matter.

I'm running Kubuntu 11.04 and codeblocks 10.05. Under Build Options "Produce debugging symbols [-g]" is checked (for both debug and release builds) and "Strip all symbols from binary" is not checked. But every time I run the debugger I get the message "(no debugging symbols found)" which I suspect is at the heart of the problem.

Any suggestions would be greatly appreciated.

share|improve this question
Be sure that you have consistent settings regarding "produce debug symbols" and "strip". You can set those a) globally b) for the project c) for the build target. If you have accidentially set one of them to strip, it will strip anyway (and you get just what you have -- no symbols). It's easy to accidentially switch from target to project in the tree view inside the settings dialog. – Damon Jul 2 '11 at 0:26
Thanks for the idea. All was well, but just to be sure I set project, debug, and release (project - build options) to be exactly the same: Produce debugging symbols is checked and nothing else is. Still no luck. Where are the global settings you refer to. Maybe that's the ticket?! – user825067 Jul 2 '11 at 2:05
Got it! Found the global setting you referred to in Settings - compiler and debugger. I had set -s a few days ago and there it still was. Now all is well. Thank you very much for your help! It's quite a relief. :) – user825067 Jul 2 '11 at 2:17

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.