VC++ Debugger: Debugging Dump Files
I had a question about using the VC debugger when opening a dump file. When I open the dump file in the debugger, I obtain the call stack information. When I double click on any one of the calls in the call stack, it pops up a window to locate the corresponding source file. Is there a way of specifying a top level directory path into the source tree so that I dont have to specify this path for each function call in the call stack?
PS: The binaries and symbol files were downloaded from our build server where the source files were in a different directory relative to the top level dir, compared to the one where I was attempting to open the dump file on my machine.
Thanks,

