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

Rainer Schuetze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |EH
                 CC|                            |[email protected]

--- Comment #1 from Rainer Schuetze <[email protected]> ---
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.

--

Reply via email to