Wednesday, July 15, 2009

What are PDB files? Where must they be located for debugging to work?


What are PDB files?
A program database (PDB) file holds debugging and project state information that allows incremental linking of a Debug configuration of your program.

Where must they be located for debugging to work?
You must deploy your PDB symbols to either the directory with the image or the directory where the symbols were originally built.



www.codecollege.NET

No comments:

Post a Comment