Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ZacZ on August 16, 2014, 06:22:12 pm

Title: Can't launch console
Post 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
Title: Re: Can't launch console
Post by: Jenna on August 16, 2014, 06:46:19 pm
Either install xterm or use another terminal, see "Settings -> Environment -> Terminal to launch ...".
Title: Re: Can't launch console
Post by: ZacZ on August 19, 2014, 01:40:55 am
Thanks a lot. I'll try that.