0
votes
How do I change the locations of source files in a symbols file (pdb)
It is certainly possible, as On Freund has already pointed out.
But if it is only so that the sources can be located and loaded during debugging, then a better way would be to set the source path c …
1
vote
WinDbg symbol resolution
It does not matter where you put private symbol files as long as you're able to tell the debugger where they're.
The warning you're seeing does not have any effect on the stack trace, but …
4
votes
How can you change an age-mismatched PDB to match properly?
the windbg will not modify pdb's age - it only looks it up to match that of executable - the compiler does when it (re)generates executable and debug files.
now, based on the debuginfo.com artic …
