How to use .pdb file

Questions by syamalac

Showing Answers 1 - 1 of 1 Answers

radhasmile

  • Nov 28th, 2008
 

.pdb files are used to debug.

Take an example where assembly a1.exe is referenced a1.dll ( for which you dont have the code).

In this instance anytime if you want debug the code which is in a1.dll, you can request for the a1.pdb file (this will be generated if assembly is compiled in debug mode).
Copy the a1. pdb file in your bin path and you can debug the a1.pdb file and literally see the code of a1.dll but cannot be modified.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions