C
C#13mo ago
Brady Kelly

❔ How to "mute and resume" in Rider

When I have an exception breakpoint for all CLR exceptions, when the debugger halts for an exception, I get a nice little popup with a few options like "View call stack", and most important, "Mute and resume". The latter creates a new exception breakpoint for that exception, with its "Suspend" property set to false. My problem is when I navigate anywhere in the code while halted on the excpetion, the little popup vanishes, and I have to either rerun the app or manually add a new breakpoint for that particular exception. I'm trying to find a way to achieve this, or at least get the popup back
1 Reply
Accord
Accord13mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.