是否有“跳过所有断点”? VS(2008) 中的命令?
如标题所示,是否有一种快速方法可以运行一次代码而不在断点处停止?
As title, is there a quick way to run through the code once without stopping on breakpoints?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
从“调试”菜单中“禁用所有断点” - 您可以指定键盘快捷键:
工具->选项
菜单,然后环境->键盘
当然 Ctrl + F5 这是“启动而不调试”的默认快捷键,但我确信您注意到了这一点。
"Disable All Breakpoints" from the Debug menu - you can assign a keyboard shortcut:
Tools->Options
menu thenEnvironment->Keyboard
That and of course Ctrl + F5 which is the default short cut for "Start Without Debugging" but I'm sure you noticed this one.
在调试菜单中,有一个“禁用所有断点”选项,可以执行您想要的操作。
In the debug menu, there's a "Disable all breakpoints" option that'll do what you want.
调试菜单中的“启动而不调试”肯定会跳过所有断点:)
"Start without debugging" from the Debug menu will definitely skip all breakpoints :)