Tagged Questions
10
votes
2answers
4k views
How can you change an age-mismatched PDB to match properly?
Our nightly build process was broken for a long time, such that it generated PDB files that were a few hours different in age than the corresponding image files. I have since fixed the problem.
...
2
votes
2answers
565 views
WinDbg, display Symbol Server paths of loaded modules (even if the symbols did not load)?
Is there a way from WinDbg, without using the DbgEng API, to display the symbol server paths (i.e. PdbSig70 and PdbAge) for all loaded modules?
I know that
lml
does this for the modules whose ...
1
vote
1answer
264 views
VS.NET: Source Server support enabled; Cannot retrieve source file from sourceserver
I've set up a symbol-server for one of my current projects.
During a nightly build I:
build my source
apply a label to the sourcefiles that have been used in the build
index the pdb files with the ...
0
votes
2answers
35 views
Why WinDbg is unable to load symbols from Windows Server 2003 with Service Pack 2 x86 retail symbols download?
I wrote a C++ project called 'Foo' using Microsoft Visual Studio 2005 Verison 8.0.50727.762 (SP.050727-7600) on Windows XP Professional Version 2002 Service Pack 3. I built the project into Foo.exe. ...