I'm not very familiar with the utilities that are offered by VS, but is there something that will let me compare the entire state of a program at two different points while im debugging?
What I want to do is basically this. I have a program that has two different ways to get to the same place, and I would like to compare all variables, classes, etc.
Thank you in advance!