Example: i’d like to always see “CPU Registers” and never see “Scripting Console”.
Using Code::Blocks, how can i do this, regardless of the project i use?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You realize the CPU register window won’t show anything unless you’re actually debugging right?
Anyway, to save a perspective in C::B, setup the IDE to the layout you want and just save it. In your case, you would do something like the follow:
to View->Toolbars->Debugger.
windows’->’CPU Registers’.
The next time you start C::B it’ll use the last perspective you were on when you quit. So make sure you exit C::B with the new saved perspective.