Search code examples
visual-studiorider

Break when exception is thrown except for when thrown in specific place in Rider


In Visual Studio there is a possibility to mute an exception when it happens in particular place, e.g. We are aware that there is some NullRefereneceException in Calculator.cs and we still want to catch those types of exceptions when thrown from all other places in code, but Calculator.cs.

How it looks like in VS: enter image description here

Is such a feature available in Rider?


Solution

  • As of now the feature is not yet available, but there is a Youtrack ticket for this feature.