取消 VS 中正在运行的构建进程
是否可以在 Visual Studio 2008 中取消/中止正在运行的构建过程?
如何?
Is it possible to cancel/abort a running build process in Visual Studio 2008?
How?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
CTRL + Break 应该可以解决问题吗?
CTRL + Break should do the trick?
尝试按键盘上的 Ctrl+Pause(=break)。
Try hitting Ctrl+Pause(=break) on your keyboard.
构建时,
Build
菜单有一个Cancel
菜单项...它还显示特定配置中的组合键(默认值是,如 lz,CTRL+BREAK)。While building, the
Build
menu has aCancel
menu item... which also shows the key combination in your particular configuration (default is, as answered by lz, CTRL+BREAK).这与 VS 2008 无关,但可能是停止构建(以及 VS 的全部)的最通用和最简单的方法:
It's not about VS 2008 but is probably the most universal and easy way to stop a build (and VS as all):