Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: ZacZ on August 20, 2014, 02:09:32 am
-
I am having problem running debug sessions for my first C++ console project. Here is the error msg:
Debugger name and version: GNU gdb (GDB) Fedora 7.7.1-17.fc20
[Inferior 1 (process 4011) exited with code 0177]
Debugger finished with status 0
Can anyone help?
Thanks a lot.
-
Which version of C::B do you use ?
Please turn on debuggers debug log and post the output again: make sure "Settings -> Debugger -> Common -> Full (debug) log" is checked in newer revisions.
If you do not have this, switch to (at least) 13.12, if possible.
-
Also take a look at this page: http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks
-
Thanks a lot for your help!
I did what you suggested. It works now.
I am using Code::Blocks 13.12! It is so nice.