When I get an unhandled exception fault I capture the exception and save to a log, also I give an option to email using the standard email client on which ever PC I am on. My program is running in “Released” mode but the exception’s stack trace does not have any line numbers to the source code. What might I be doing wrong? Is there an option to include these?
Share
You probably need to include the PDB files, I believe these contain extra information such as the line numbers.