Author Topic: Can't launch console  (Read 5320 times)

Offline ZacZ

  • Single posting newcomer
  • *
  • Posts: 6
Can't launch console
« 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Can't launch console
« Reply #1 on: August 16, 2014, 06:46:19 pm »
Either install xterm or use another terminal, see "Settings -> Environment -> Terminal to launch ...".

Offline ZacZ

  • Single posting newcomer
  • *
  • Posts: 6
Re: Can't launch console
« Reply #2 on: August 19, 2014, 01:40:55 am »
Thanks a lot. I'll try that.