How much information does pdb files contain? (C# / .NET)

Posted by Silver Dragon on Stack Overflow See other posts from Stack Overflow or by Silver Dragon
Published on 2009-02-27T20:22:29Z Indexed on 2010/04/14 0:33 UTC
Read the original article Hit count: 304

Filed under:
|
|

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 from the deployed applications; can this functionality be achieved without relying to those files?

Also, how much hints of the original source code does these files contain? Would it be easier to reverse-engineer my application using it?

© Stack Overflow or respective owner

Related posts about debugging

Related posts about pdb-ms