Issues with distributing PDBs

  • Thread starter Thread starter legolan
  • Start date Start date
L

legolan

One if the first first things we do when our customers report errors
that we cannot track down from the message is give them the PDB's to
put in the bin folder so we can get a line number with the error the
next time it happens.

I would rather just ship with the PDBs so we always have that
information. What are the issues with that? Performance? Easier code
decompilation?

Thanks in Advance.
 
Why not ship release builds but just use Trace's to keep logs of what's going
on... at least then you could easily find out what method/section of a method
is causing the issue.

You could also then obsfucate your code so it's a lot safer from
decompilation.

Brian Delahunty
Ireland
 
Back
Top