Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
different layouts automaticly
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: different layouts automaticly (Read 4708 times)
MoonKid
Almost regular
Posts: 180
different layouts automaticly
«
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.
Logged
thomas
Administrator
Lives here!
Posts: 3979
Re: different layouts automaticly
«
Reply #1 on:
April 05, 2006, 12:01:41 pm »
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.
Logged
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."
mandrav
Project Leader
Administrator
Lives here!
Posts: 4315
Re: different layouts automaticly
«
Reply #2 on:
April 05, 2006, 12:07:21 pm »
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.
Logged
Be patient!
This bug will be fixed soon...
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
different layouts automaticly