Our developer sent me a PDB file to help debug a custom application. I currently have my symbol directory set to c:\symbols, and several Microsoft symbols are there in this folder format:

ntdll.pdb | -----GUID | ----> ntdll.pdb

If the developer gave me a PDB named LL.SharePoint.Portal.pdb, how would I correctly place it into my symbol store? What value should be used for the GUID?

link|improve this question

0% accept rate
feedback

1 Answer

I think you can just get away with putting it in the same folder as the (offending) DLL.

link|improve this answer
In addition, you may find there are more people with windbg knowledge on stackoverflow.com – Rowland Shaw Aug 3 '09 at 20:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.