debug

  • Thread starter Thread starter frazer
  • Start date Start date
F

frazer

hi
i had read somewhere once that it is possible to debug with a pdb file.
but i cant recollect anything about it.
can anyone throw some light on it?
thnx
 
What do you mean by "to debug with a pdb file"?

The pdb itself contains a DB that links the source code to through the
intermediate language to the JITed assembly that's being executed.
You can't debug without it.

Cheers,
Branimir
 
Back
Top