-5

I read a Pdb has the source file names and their lines?

What does "their lines" mean?

Damodaran
  • 10,882
  • 10
  • 60
  • 81
JD.
  • 15,171
  • 21
  • 86
  • 159
  • http://msdn.microsoft.com/en-us/library/ms241903%28v=vs.90%29.aspx – Bauss Dec 01 '13 at 18:37
  • So do you mean the actual source code? I thought there was just a reference to where the files are on disk? – JD. Dec 01 '13 at 18:42

1 Answers1

1

The PDB file contains information that links the generated machine code back to source file line numbers. This information is used by debuggers to show source debugging.

Greg Hewgill
  • 951,095
  • 183
  • 1,149
  • 1,285