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

前端 未结 5 1507
暖寄归人
暖寄归人 2020-12-30 02:36

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

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-30 02:51

    The PDB-files also include all comments of your source files. So with EXE AND PDB-file it is possible to generate a 1:1-copy from your original source code.

提交回复
热议问题