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!
Loading
Sam HobbsPosted Apr 23, 2012, 12:53 PM
Classes can be serializable. You could make your classes serializable or at least give them the ability to dump themselves. Then you could do a compare somehow. Since serailizing is a very common requirement, there are already facilities for doing that and that could be used for this purpose.
Nitesh KejriwalPosted Apr 23, 2012, 2:29 AM
Shaun mcbrayerPosted Apr 23, 2012, 1:24 AM
Nitesh KejriwalPosted Apr 22, 2012, 9:44 PM