Advantages and disadvantages of including PDB files with your release application
Posted
by zeocrash
on Stack Overflow
See other posts from Stack Overflow
or by zeocrash
Published on 2010-05-13T09:51:38Z
Indexed on
2010/05/13
9:54 UTC
Read the original article
Hit count: 203
I've got a VB.net application. Currently the release version of the application is produced without a PDB file. This gives me error logs lacking useful details such as line numbers. I'm looking at including the PDB files with future builds but i'd like to know what the advantages and disadvantages of this are (performance wise, size wise, code security wise)
© Stack Overflow or respective owner