在操作中捕获异常的典型工作流程是访问您怀疑发生异常的代码部分,选择Debug / Exceptions,检查Thrown for Common Language Runtime Exceptions,OK out out out of the way,并继续执行
这是一个庞大的PITA。是否有可以配置为切换Common Language Runtime Exceptions的Thrown复选框的快捷方式(或上下文菜单)?
答案 0 :(得分:3)
Ctrl + Alt + E 会显示例外菜单。
向下箭头,Alt + T 将选中/取消选中该框。
这可能是你最接近的。
答案 1 :(得分:1)
您可以尝试使用ExceptionGroups
属性编写宏。
答案 2 :(得分:1)
或者您可以使用visual studio宏。 How to create Macros in Visual Studio 2010