In visual studio, is there a way to step back to see what the few lines executed before were?

Viewed 66988

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 back (without re-executing) so I could see the class/method that called the method that threw the exception. This is in C#

6 Answers

Because SO keeps showing The edit queue is full at the moment - try again in a few minutes!

So I had to give up on revising sal's answerand a separate answer。

The official documentation say:

IntelliTrace is available in Visual Studio Enterprise edition, but not in the Visual Studio Professional or Community editions.

Related