Monday, March 2, 2015

Is it possible to obtain line numbers in the stack trace of an exception

To ensure that line numbers are included in stack trace you need to deploy .pdb files together with your dll-s. Program database (pdb) files are created when you build your app in Debug mode. You need to copy them to the same directory where dll-s are placed.


A good article:

http://ift.tt/16PNeY4 .


No comments:

Post a Comment