Edit and contunue with unhandled exception
Answered
In vs there a feature that when a thread beak on unhandled exception, there is possibility to return back(click spacebar for example), then edit some code for fix exception and then continue. But in Rider after break program always exit. Can this feature be implemented? Or tell me how to turn it on.(In this case, I'm talking about the console .net core application.)
Please sign in to leave a comment.
Unfortunately, Rider doesn't support this yet. I've created a feature request: https://youtrack.jetbrains.com/issue/RIDER-26900
The lack of this feature prevents me from using Rider for debugging. I am writing code in Rider, but debugging in Visual Studio.