Recreate stack trace with line numbers from user bug-report in .net?

后端 未结 4 1034
旧巷少年郎
旧巷少年郎 2021-01-30 15:25

First, the problem: I have several free projects, and as any software they contains bugs. Some fellow users when encounter bug send me a bug-reports with stack

4条回答
  •  迷失自我
    2021-01-30 15:40

    You may create an application minidump whenever there is a bug and use it for offline analysis. This does not require you to deploy pdbs on the client machine. This link can serve as a good starting point for learning.

提交回复
热议问题