[Issue 15886] Add an uncaught exception handler

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


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

--- Comment #4 from Marenz <dmdtracker at supradigital.org> ---
>It's very difficult to print the exception object from within abort()'s stack frame, because the exception object may be optimized out and not easily available from the debugger.

Hm that seems true, I don't seem to be getting any access to it at all because
the druntime is not compiled with debugging I guess.

But do you really need that if you have the whole stack available including the
place where it was thrown from?

--


More information about the Digitalmars-d-bugs mailing list