[Issue 15886] Add an uncaught exception handler

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Apr 7 13:19:33 PDT 2016


https://issues.dlang.org/show_bug.cgi?id=15886

--- Comment #5 from Vladimir Panteleev <thecybershadow at gmail.com> ---
Well, yes, exception objects often contain information about the error which
otherwise can be difficult to obtain directly from the debugger, such as the
error message (obviously), the file name / line number where the exception was
created (which may not be in the stack trace), and other exception fields for
custom exception types.

--


More information about the Digitalmars-d-bugs mailing list