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
VS2010 is supposed to be able to support historical debugging in which you can go backwards as you suggest. http://blogs.msdn.com/ianhu/archive/2009/05/13/historical-debugging-in-visual-studio-team-system-2010.aspx
Unfortunately there is no way to do this in VS2008.