Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2010 Local Variable History

I'm working on debugging a process which has a number of nested loops which change a couple different local variables.

I can watch these by just stepping through...one iteration at a time, but it's quite tedious, and I'm losing track of my place. I simply don't have time to write down each variable, every single time.

Is there a way that I can see the history of a local variable? A plugin? Any ideas if not?

like image 900
Jon Avatar asked Dec 07 '25 01:12

Jon


1 Answers

May not be helpful in your case, but Debugger Canvas is pretty neat. It visually shows you the call-chain and allows you to "get an overview over recursive calls by showing one bubble per invocation"... check it out :)

like image 57
Jeff B Avatar answered Dec 09 '25 21:12

Jeff B