Hello,
for me, when running the debugger, the program hangs consuming 100% CPU(Core). The last message in the debug window ist "setting breakpoints". This is valid for the release 20.3 (locally compiled on OpenSUSE by just disabling the wx-Plugins) as well als the latest SVN build (12185).
Sometimes, it was possible to run the debugger successfully after starting codeBlocks from gdb, but his does not work reliably. Maybe there is some timing-issue involved?
Thanks for your help!
Michael Niemetz
Enable full logging in the settings of the debugger and post it here.
Are you using some non-english locale?
regarding your questions:
codeBlocks is running without internationlization; system is running with de_DE.utf8
I attach the output o fthe debug window, as I am unable to access it directly due to the hanging application.
Best regards,
Michael
This is interesting. Could you gather a backtrace? But first you have to install symbols (if you're using binary packages).
What happens if you try with en_US.UTF-8? Does it fail in a similar fashion?