|
|
1
0
你可以用 异常设置 要忽略这些异常,请调试->Windows->异常设置( 控制键 + 中高音 + E ). 您可以设置这些异常是始终中断,还是仅在未处理异常时中断:
证明: How to tell the debugger to ignore breaking on thrown exceptions? 此外,你可以查看博客 The New Exception Settings Window in Visual Studio 2015 了解更多细节。 |