I’d like to see what value a variable is holding AS the program is running.
I remember Scott Hanselman blogging about something like a Variable Viewbox, but I can’t seem to find the post.
I’d like to view the variable AS the program is running it’s loop. Inside of Visual Studio.
Often when there is much data and the logic is difficult to trace..eg . Due to large loops and many variables, then I dump state to comma separated files.. and then inspect them in Excel.