Author Topic: Debugging program changes perspective  (Read 7037 times)

Offline Cinolt

  • Multiple posting newcomer
  • *
  • Posts: 22
Debugging program changes perspective
« on: October 27, 2010, 12:22:59 am »
I'm using the latest released nightly build. When I go to debug a C program using Code::Blocks' debugger, the IDE for some reason changes the perspective to what seems to be the default. I want the perspective the stay the same to the one I set, which disables a lot of toolbars and such. Running the program does not produce this error.

Is there any way to fix this?
« Last Edit: October 27, 2010, 12:24:57 am by Cinolt »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Debugging program changes perspective
« Reply #1 on: October 27, 2010, 01:17:00 am »
No, when you're debugging a debugging perspective is used.
This is a feature and it was added long ago, before 8.02 I think :)

Just setup the debugging perspective how you like it, it will be save and you will be happy :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Cinolt

  • Multiple posting newcomer
  • *
  • Posts: 22
Re: Debugging program changes perspective
« Reply #2 on: October 27, 2010, 03:04:22 am »
Oh thanks, I didn't notice the extra Debugging perspective.