How to remove or hide or replace the "Debugging" window?

General questions regarding the usage of CodeLite
vincegata
CodeLite Curious
Posts: 9
Joined: Thu Jun 16, 2011 5:13 pm
Genuine User: Yes
IDE Question: C++
Contact:

How to remove or hide or replace the "Debugging" window?

Post by vincegata »

Hi,

Every time I start debugging this "Debugging" window comes up - it's the middle window on the picture. I do not always use the standard output printf or cout so I do not always need that window.

Is there a way to easily hide/show this window, or move into one of the Panes?

I saw terminal setting, can I use that setting (and how) to replace "Debugging" window with something else like Bash so I can minimize it?

Thanks!
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to remove or hide or replace the "Debugging" window?

Post by eranif »

vincegata wrote: Is there a way to easily hide/show this window, or move into one of the Panes?
drag it and dock it?

Eran
Make sure you have read the HOW TO POST thread
vincegata
CodeLite Curious
Posts: 9
Joined: Thu Jun 16, 2011 5:13 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to remove or hide or replace the "Debugging" window?

Post by vincegata »

You mean like in this screen shot?

If an application is not outputting anything I do not need that window; it's hanging and being visually distractive; it's taking the real estate and hiding some of the tabs of the Debugger Pane so I have to scroll to get there. It might be okay for dual monitor setup but convenient for the laptop.

What about the Output tab on the Output Pane ( it's selected in my screen shot). Why the output is not going in there? What is this Output window for?
You do not have the required permissions to view the files attached to this post.
Last edited by vincegata on Sat Jun 18, 2011 1:22 am, edited 1 time in total.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to remove or hide or replace the "Debugging" window?

Post by eranif »

vincegata wrote:What about the Output tab on the Output Pane ( it's selected in my screen shot). Why the output is not going in there? What is this Output window for?
Please submit a feature request for this @sourceforge
Eran
Make sure you have read the HOW TO POST thread
vincegata
CodeLite Curious
Posts: 9
Joined: Thu Jun 16, 2011 5:13 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to remove or hide or replace the "Debugging" window?

Post by vincegata »

I added, thanks.
Post Reply