我可以禁用“调试视图”吗?在 Visual Studio 2010 中?
当我单击“开始调试”时,Visual Studio 2010 会切换到“调试视图” - 与 Eclipse 非常相似。
我可以禁用此功能吗?如果可以,如何禁用?
我的机器性能不佳 - 因此该功能令人恼火。
除了两个显示器之外我不需要它。
Ctrl-F5 启动而不调试。
这不是我的意思,我想在没有“调试视图”的情况下进行调试,即不更改所有窗口的布局。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以在调试模式下更改窗口的布局,但不幸的是,您无法关闭从“编码模式”到“调试模式”的转换。不过,您的布局在调试会话之间会保留,因此您所做的任何更改都将保留。
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.
只需单击“调试/启动”,无需从菜单或 Ctrl-F5 进行调试。
Just click on Debug/Start without debugging from the menu or Ctrl-F5.
只需按 Control-F5
Just Press Control-F5