Where is using the PDB file

  • Thread starter Thread starter aa
  • Start date Start date
The PDB is only used for debugging purposes.
When an error occurs, it provides extended information about the error such
as the line number and some source code.
Without the PDB the app will still run, but your debugging abilities will be
diminished.
 
Back
Top