August 30, 2019
https://issues.dlang.org/show_bug.cgi?id=19397

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |EH
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
The mago debugger extension now prints the type, location and message for unhandled exceptions that are caught by the debugger.

It doesn't do this for handled exceptions as a non-standard exception mechanism is used by dmd for Win64 (LDC uses C++ exceptions, so can stop on throw). Win32 should work as expected.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=19397

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P3

--