Hi,
I'm trying to debug a really large c++/c program in Visual Studio. Changing value of one parameter changes the result dramatically. I want to record a call stacks for both runs and diff them.
Does anybody know how to dump a call stack to a file in VS without setting breakpoints and using Select ALL/Copy in the window?
Thanks.