[Issue 4385] Uncaught exceptions should call abort() at the place where the exception was thrown

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Apr 6 09:55:44 PDT 2016


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

Vladimir Panteleev <thecybershadow at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |thecybershadow at gmail.com
         Resolution|---                         |WORKSFORME

--- Comment #6 from Vladimir Panteleev <thecybershadow at gmail.com> ---
I think this is already possible by setting rt_trapExceptions=0 (BEFORE the
runtime is initialized, i.e. from a debugger), then breakpointing abort() /
rt.deh_win64_posix.terminate() / etc. Reopen if this is still an issue. I've
filed a related issue 15886.

--


More information about the Digitalmars-d-bugs mailing list