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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top