我如何允许在VS2010中打破'System.NullReferenceException'?

我有一个VS 2010 C#.NET 4项目。 问题是程序在调试过程中没有打破'NullReferenceException'错误。

输出窗口将显示以下内容:

A first chance exception of type 'System.NullReferenceException' occurred in myProgram.exe

...但调试器将退出该功能并继续运行程序的其余部分。

我该如何改变这种行为,以便调试器将打破这些异常?


去调试 - >例外 - >搜索NullReferenceException并检查“抛出”复选框。

链接地址: http://www.djcxy.com/p/4801.html

上一篇: How do I allow breaking on 'System.NullReferenceException' in VS2010?

下一篇: Debug.Assert Appears in Release Mode