[Issue 19397] Debugger does not catch unhandled exceptions in druntime threads

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Aug 30 15:40:22 UTC 2019


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

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

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

--- Comment #1 from Rainer Schuetze <r.sagitario at 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.

--


More information about the Digitalmars-d-bugs mailing list