Author Topic: Debugging windows  (Read 4450 times)

Offline chameleon

  • Multiple posting newcomer
  • *
  • Posts: 40
Debugging windows
« 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.

Offline XayC

  • Multiple posting newcomer
  • *
  • Posts: 94
Re: Debugging windows
« Reply #1 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.