blabore Posted November 6, 2003 Posted November 6, 2003 I have a fairly large application that is currently being used at my company. The application automatically logs all exceptions that are thrown to a database to aid if fixing defects. I've noticed however that the exception stack trace does not contain any line numbers when the app is compiled in release mode. Does anyone know of a way to get this info without compiling in debug mode? Thanks in advance. Quote -Ben LaBore
*Experts* mutant Posted November 6, 2003 *Experts* Posted November 6, 2003 Release mode does not contain any info like that, thats why its faster and smaller. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.