show/hide this revision's text 2 related question

If you have the correct PDB files for the executables, you just need to point WinDbg to the correct path when debugging the dump. Use the symbol path feature for this.

Additional info in this question: http://stackoverflow.com/questions/665003/debug-symbol-issue

show/hide this revision's text 1

If you have the correct PDB files for the executables, you just need to point WinDbg to the correct path when debugging the dump. Use the symbol path feature for this.