Version 6: How to Attach Debugger Terminal to Codelite

General questions regarding the usage of CodeLite
josee
CodeLite Enthusiast
Posts: 37
Joined: Fri Feb 05, 2010 10:57 am
Genuine User: Yes
IDE Question: C++
Contact:

Version 6: How to Attach Debugger Terminal to Codelite

Post by josee »

Hello Eran,

thanks for the new version.

My question:

The new version shows the debugging terminal as an external window.
Is it possible to reconfigure CodeLite to show the debugging terminal in the "Output Pane"?

I'm using Ubuntu 14.04.

Jörg
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Version 6: How to Attach Debugger Terminal to Codelite

Post by eranif »

No. One of the reasons of doing this was because we have many bug reports about the implementation of the built-in terminal which was lacking
If you don't need a terminal and it only disturbs you, you can disable it from: Project Settings -> Common Settings -> General -> This is a GUI program

Eran
Make sure you have read the HOW TO POST thread
josee
CodeLite Enthusiast
Posts: 37
Joined: Fri Feb 05, 2010 10:57 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Version 6: How to Attach Debugger Terminal to Codelite

Post by josee »

OK. I am printing information on the terminal during the test cycle so I need it.
I could live with the external one except for the default font size and the default color
configuration.

Running a program uses the settings in 'Editor Setting -> Terminals'.
Is it possible to use the same configuration during Debug?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Version 6: How to Attach Debugger Terminal to Codelite

Post by eranif »

By default codelite uses xterm for debugging and this can not be changed from within codelite.
You can alter the script: /usr/bin/codelite_xterm to run another terminal, or (a better way),

Follow the steps described here:
http://scarygliders.net/2011/12/01/cust ... -terminal/
To get a more modern look (fonts, size, scrollbar etc) for xterm

Eran
Make sure you have read the HOW TO POST thread
josee
CodeLite Enthusiast
Posts: 37
Joined: Fri Feb 05, 2010 10:57 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Version 6: How to Attach Debugger Terminal to Codelite

Post by josee »

Thanks.
Post Reply