blabore Posted October 24, 2003 Posted October 24, 2003 I have an application I've deployed that automatically logs exceptions, including the stack trace. I've noticed however that the stack trace does no longer includes line numbers when the application is compiled in release configuration. Is there any way to turn this back on? Thanks in advance. Quote -Ben LaBore
*Experts* mutant Posted October 24, 2003 *Experts* Posted October 24, 2003 Release mode does not contain debugging info like that. Thats why its faster, its freed of all that info that is required for debugging. 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.