How can I prevent the Visual Studio perspective from switching to debug mode?

Possible duplicate:
How can you stop replacing Visual Studio Windows while debugging

Whenever I start debugging an application, Visual Studio moves my cheese.

How can I make him leave my cheese alone?

+6
source share
2 answers

The only solution is that you have to arrange things twice. Subsequently, it will not move "your cheese", except for what you expected.

Edit: duplicate How can you stop replacing Visual Studio Windows while debugging

+8
source

This is a "function" in fact. It is assumed that when debugging (for example, looking at windows that are visible when debugging, but not in coding), you will need a different layout. I don’t think there is a way to prevent this, except by debugging and manually moving things according to your coding layout.

+2
source

Source: https://habr.com/ru/post/887469/


All Articles