Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: ZacZ on August 16, 2014, 06:22:12 pm
-
I have tried almost all the C++ IDE's for Linux and I think Code::Blocks is the best one. The only problem I'm having now is I can't get debugging console to work. I got the following error:
Debugger name and version: GNU gdb (GDB) Fedora 7.7.1-17.fc20
Can't launch console (xterm -T 'Program Console' -e sleep 80002147)
Any help will be much appreciated.
Zac
-
Either install xterm or use another terminal, see "Settings -> Environment -> Terminal to launch ...".
-
Thanks a lot. I'll try that.