Search code examples
exceptionbreakpointsrider

Project Rider - Break on Exception


I can't find the option in JetBrains Project Rider to "Break on Exception". Where I would normally add an exception breakpoint in IntelliJ, I see this:

enter image description here


Solution

  • Break on specific exceptions is not implemented yet. Now Rider can break only on unhandled exceptions. Will come soon.