我如何让VS 2019在System.InvalidCastException上中断?

时间:2019-12-25 23:22:23

标签: visual-studio uwp

我正在开发UWP应用。在VS 2019中进行调试时,我在“输出”窗口中获得了此信息:

  

抛出异常:“ System.InvalidCastException”

但是VS 2019并没有到此为止。我试图找到一种方法使VS 2019打破此错误,但未能做到。我敢肯定这是可以做到的,但我还没找到如何使VS 2019打破该错误的方法。如何修改VS 2019打破该错误?

1 个答案:

答案 0 :(得分:1)

打开您的解决方案,然后在Exception Settings窗口(VS菜单项Debug-> Windows-> Exception Settings)中,输入System.InvalidCastException进行搜索:< / p>

enter image description here

并选择checkbox to configure Visual Studio debugger to stop