Search Results

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 …
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 …