【发布时间】:2016-10-30 02:57:37
【问题描述】:
突然间,我的visual studio 不会因未处理的异常而中断,有时甚至不会在断点处停止。
我已经阅读了许多其他相关的 SO 帖子,例如:
- How to make visual studio break only on unhandled exceptions?
- Why doesn't Visual Studio break on exceptions when debugging unit tests?
但没有一个答案能解决我的问题。
当 Visual Studio 因某些异常而中断时,它会显示以下窗口:
但我想要原始的“方式”:
这些是我的Debug\Exceptions 设置:
谁能帮帮我?这件事让我发疯。
【问题讨论】:
标签: visual-studio-2010 visual-studio