Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: MoonKid on April 05, 2006, 11:56:16 am
-
Is it possible to use two layouts automaticly?
While debugging I need the watchlist, callstack and things like that. But If I am not debugging I do not need this windows.
Can C::B handle this automaticly?
Or should I submit a feauter.
-
You might have made a forum search for debugger switch layout.
Anyway... yes it is possible. You just have to tell the debugger which layout to switch to in the settings.
-
- Create a layout like you want it for debugging and save it (View->Layouts->Save current).
- Switch to the default layout again (View->Layouts->Code::Blocks default).
- Go to "Settings->Compiler & debugger", in the debugger options, and type the name of the layout you saved above in the "Layout when session starts" box.
- Type "Code::Blocks default" in the "Layout when session ends" box.
Granted it could be made a little easier, it should work ok then.