Author Topic: Can't launch console in debug mode and can't launch not in concole the C::B  (Read 13850 times)

Offline grecd

  • Single posting newcomer
  • *
  • Posts: 5
Hello!
I downloaded the C::B from latest official release and installed it's packages manually.
I use Linux MINT 16 Cinnamon  latest stable one.After installing C::B I have no support like file associations or "not in terminal" executing the C::B.
I made simplest console app and try to debug/
And I get  - Can't launch console....
Quote
Selecting target:
Debug
Adding source dir: /home/user/projects/testconsole/
Adding source dir: /home/user/projects/testconsole/
Adding file: /home/user/projects/testconsole/bin/Debug/testconsole
Changing directory to: /home/user/projects/testconsole/.
Set variable: LD_LIBRARY_PATH=.:
Starting debugger: /usr/bin/gdb -nx -fullname  -quiet  -args /home/user/projects/testconsole/bin/Debug/testconsole
done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Can't launch console (xterm -T 'Program Console' -e sleep 80008990)
Debugger name and version: GNU gdb (GDB) 7.6.1-ubuntu
[Inferior 1 (process 9699) exited normally]
Debugger finished with status 0
 

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Is the xterm-package installed, if not do it.
If you don't want xterm, you can set up another terminal in "Settings -> Environment -> General settings" .