2
|
Drew Noakes · 技术社区 · 14 年前 |
1
3
在SD v4中,他们在“调试/常规”部分的“工具/选项”对话框中添加了“处理异常时暂停”复选框。
This will help you achieve your goal of never have any exceptions raised . ( as long as .NET doesn't choose to use Exception handling as a form of code-flow-control. ) update :在sd v5中,他们添加了选择抛出时要捕获哪些异常的能力,无论是否处理。
然后您可以输入您感兴趣捕获的特定异常的类名。如果您不再对该类型的异常感兴趣,可以随时回来取消选中该条目。
This will help you achieve your goal of never have any exceptions raised . ( as long as .NET doesn't choose to use Exception handling as a form of code-flow-control. ) 更新
And then you can enter the class name of the specific Exception you are interested in catching. At any time you can come back and uncheck the entry if you are no longer interested in that type of exception.
|
2
2
http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1511&PROJID=4 不过,我想知道这不在里面是否有一个很好的理由。很难实施吗? This feature was added in SharpDevelop 4.0. 见 Jesse's answer . |
Emopusta · 从后端到前端的图像路径不工作 2 年前 |
Asdrubal Hernandez · Linq查询特定数组索引出错 2 年前 |
Niyazi Babayev · 如何在表达式中动态应用表达式? 2 年前 |
Dansih · .Net核心自定义身份验证方案 2 年前 |
lolorekkk · 面板插入。NET WinForm 2 年前 |