This is because VS has separate layout settings for encoding and debugging. The idea is that when coding, you donβt need things like an output window, etc. You want to use the solution explorer and a beautiful large code window. When debugging, you still want to see the code, as well as, possibly, many other windows that will help you (threads, breakpoints, etc.).
In fact, I believe that many window layouts are available (in addition to your own customization). This is one of the things that Visual Studio asks you when you first start it and set up your environment.
The only way I know to solve this is to also reinstall your Windows debugs. He should remember these settings and switch to them when debugging.
source share