문제

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.

도움이 되었습니까?

해결책

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.

다른 팁

Just click on Debug/Start without debugging from the menu or Ctrl-F5.

Just Press Control-F5

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top