Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: chameleon on October 27, 2007, 11:00:50 pm

Title: Debugging windows
Post by: chameleon on October 27, 2007, 11:00:50 pm
When I press "Debug->Start", Watches window appears.
When I terminate the debugging, watches window remains.

There is no reason (I believe) to keep debugging windows open, when the C::B isn't in debug mode.
It is a waste of screen's working space.
Title: Re: Debugging windows
Post by: XayC on October 28, 2007, 09:25:25 pm
When you run the debugger CB should switch to the debugging layout, and should also switch back to the "Code::Blocks default" layout (or the previously selected layout) when you stop debugging. You may try to save the default layout so that it doesn't have the watches dialog open.

You can manage layouts using the View->Layouts menu.
Regards, XayC.