Get exception line # from release configuration

blabore

Freshman
Joined
Jan 31, 2002
Messages
48
Location
Austin, TX
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.
 
Back
Top