include line numbers in stack trace without pdb?

Posted by JoelFan on Stack Overflow See other posts from Stack Overflow or by JoelFan
Published on 2009-08-25T14:55:31Z Indexed on 2010/04/14 0:23 UTC
Read the original article Hit count: 493

Filed under:
|
|
|
|

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 names but not line numbers. Is there any way to get the line numbers without resorting to distributing the .pdb files?

© Stack Overflow or respective owner

Related posts about c#

Related posts about debugging