Are there any plugins for MSVS (any version) to compare function parameters?
So - I have to call a function with a lots of parameters, which are non-POD types, can be polymorphic objects... anyway, legacy spaghetti code. Refactoring is out of the question.
Sometimes the function outputs correctly, sometimes it doesn't. I want to compare the parameters between calls which yield correct results and the others. I could debug this, and I could compare parameters by hand, but this isn't the first time I've encountered this issue and I'm thinking it would be a lot easier if we had something like Araxis Merge (possibly in the form of a macro) that would let you compare parameters between calls. Know of any such tools?
