How can I include line numbers in a stack trace without a pdb?

前端 未结 4 1608
孤城傲影
孤城傲影 2020-11-29 03:23

We are currently distributing a WinForms app without .pdb files to conserve space on client machines and download bandwidth. When we get stack traces, we are getting method

4条回答
  •  Happy的楠姐
    2020-11-29 04:10

    No. The line numbers are part of the debugging information, which is only stored in the PDB file. That is the reason PDB files exist in the first place.

提交回复
热议问题