Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I disable "debug view" in Visual Studio 2010?

Visual Studio 2010 switches to "debug view" when i click 'start debugging' - much like Eclipse does.
Can i disable this feature - if so how?

My machine doesn't perform very well - therefore the feature is irritating.
Besides with two monitors i don't need it.

Ctrl-F5 starts without debugging.
That's not what I meant, I would like to debug without the "debug view", i.e. without changing the layout of all windows.

like image 871
Gerard Avatar asked Oct 20 '10 13:10

Gerard


1 Answers

You can change the layout of the windows in debug mode, but unfortunately, you cannot turn off the transition from "coding mode" to "debug mode". Your layout is persisted between debugging sessions, though, so any changes you make will remain.

like image 142
Chris Schmich Avatar answered Sep 25 '22 02:09

Chris Schmich