How can you stop Visual Studio rearranging its Windows when debugging

前端 未结 1 435
日久生厌
日久生厌 2020-12-20 11:50

Does anyone know whether it\'s possible to stop Visual Studio 2010 from rearranging its windows when you run a program in the debugger?

It\'s something that Visual S

相关标签:
1条回答
  • 2020-12-20 12:17

    There is no way to turn this off as it is by desgin.

    Visual Studio comes with 4 window layouts: Design, Debug, Full Screen Mode, and File mode. You can get see more info some examples here:

    http://blogs.msdn.com/b/zainnab/archive/2010/11/21/window-layouts-the-four-modes-vstipenv0051.aspx

    http://blogs.msdn.com/b/zainnab/archive/2010/11/22/window-layouts-design-debug-and-full-screen-vstipenv0052.aspx

    http://blogs.msdn.com/b/zainnab/archive/2010/11/23/window-layouts-file-view-vstipenv0053.aspx

    0 讨论(0)
提交回复
热议问题