JetBrains Rider - 防止调试因异常而停止

JetBrains Rider - prevent debug from stopping on exception

我的代码中有一些 handled System.Net.WebException。当我尝试调试应用程序时,Rider 总是停在这些异常上,但我想跳过它们并转到源代码文件中设置的断点。我尝试了 Any exceptionSystem.Net.WebException 断点的不同设置。我的断点例外设置版本之一在屏幕截图上。

骑士版本 - 2017.3

您只需要更新到 Rider,一切都会好起来的。在 Rider EAP 2018.1.

上测试