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
 

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

Similar Threads

Mini dump created but empty 2
Wifi Network Issue 0

Back
Top