Page 1 of 1

Could not launch terminal for debugger

Posted: Fri Jul 04, 2014 3:27 am
by fotis
Not sure whether to mention it here or file it as a bug.

After updating to Codelite 6.0 I cannot debug previous/new projects anymore. When starting the debugger (F5), a pop up window shows up noting that "Could not launch terminal for debugger". Executing the program (Ctrl + F5) works fine.

Running Codelite 6.0 under Linux Mint 16.

Thank you in advance.

edit: Might be related: in the trace window I am getting:

Code: Select all

Error: can't open file '/home/fotis/analytical/test/.codelite/compilation.db.txt' (error 2: No such file or directory)

Re: Could not launch terminal for debugger

Posted: Fri Jul 04, 2014 9:52 am
by eranif
fotis wrote:Not sure whether to mention it here or file it as a bug.
After updating to Codelite 6.0 I cannot debug previous/new projects anymore. When starting the debugger (F5), a pop up window shows up noting that "Could not launch terminal for debugger". Executing the program (Ctrl + F5) works fine.

Code: Select all

sudo apt-get install xterm
Eran

Re: Could not launch terminal for debugger

Posted: Fri Jul 04, 2014 11:02 am
by fotis
Thank you very much Eran.

In the terminal now I get

Code: Select all

&"warning: GDB: Failed to set controlling terminal: Operation not permitted\n"  
but it seems to work.

Re: Could not launch terminal for debugger

Posted: Fri Jul 04, 2014 11:16 am
by eranif
fotis wrote:Thank you very much Eran.

In the terminal now I get

Code: Select all

&"warning: GDB: Failed to set controlling terminal: Operation not permitted\n"  
but it seems to work.
This is not an issue, you can ignore that

Eran

Re: Could not launch terminal for debugger

Posted: Fri Jul 04, 2014 12:42 pm
by fotis
Yes I noticed that.
Thank you again for your help.