beta-tank
beta-tank

Reputation: 390

JetBrains Rider - prevent debug from stopping on exception

I have some handled System.Net.WebExceptions in my code. When I try to debug the application, Rider always stops on these exceptions, but I want to skip them and go to the breakpoint set in the source code file. I tried different settings for Any exception and System.Net.WebException breakpoints. One of my versions of the breakpoint exceptions settings is on screenshot.

Rider version - 2017.3

Breakpoints settings

Upvotes: 1

Views: 1776

Answers (1)

beta-tank
beta-tank

Reputation: 390

You just need to update Rider and everything will be fine. Tested on Rider EAP 2018.1.

Upvotes: 0

Related Questions