Is is wise to redistribute the pdb files along with a commercial application?
Occasionally, I\'m using the stack trace to get a more detailed error reporting logs fr
The managed .pdb files contain the following information:
Everything else is contained in the binary itself, including the names of all types, members and function arguments.
Source: PDB files: what every developer must know.