Possible Duplicate:
How do I use PDB files
I was just about to release a new version of an application when I realised there was a pdb file. I found some good information about what it does, helping with the debugging when running live. But how do I work with it later? If the customer returns and ask why an application keeps crashing, how can I use the pdb file to find what happened?
Any tips is helpful.