Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个用 C# 编写的大型 .net 应用程序。我想检查应用程序中是否以及哪些异常可能被 try/catch 捕获并且可能不明显 - 它们是这样被走私的。
反正这么容易找到?视觉工作室中有什么设置吗?
转到Debug / Exceptions菜单,在那里您可以注册异常(只需检查要监视的异常)。
Debug / Exceptions
这样,调试器会在它们被引发时中断,即使它们稍后应该被捕获。