In visual studio, is there a way to step back to see what the few lines executed before were? I hit an unhandled exception in my code, and what I would like to do is step ba
Just you need to drag the little yellow arrow to any different point to re-execute the code you need.
Note: This will not change what has already been executed.