Jason Sobell
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 6
-
Created The name "blah" does not exist in the current context
Why does this happen all the tine when debugging code? It happens regardless of the framework (I'm currently using NET6), and has been the bane of my life for the last few years. It's been asked ab... -
Created Visual Studio vs Rider - Debugging Dilema - Reverting back to VS2022?
I can't believe I'm alone in finding the exception debugging experience a total nightmare in Rider. Having an exception raised in a large project begins my journey of frustration, starting with the... -
Created Debugging is a pain in the...
AnsweredAm I missing something or is debugging painful? When an exception occurs, the trace window stops at some external lib function 20 levels deep, showing me a mass of external library code (which is a... -
Created Exception handling at runtime seems a bit awful
As much as I love Rider in general, the handling of runtime exceptions when debugging seems awful. Firstly, the exception display seems to involve looking at the watch window, then I have to scrol...