Thread overview
[Issue 19397] Debugger does not catch unhandled exceptions in druntime threads
Aug 30, 2019
Rainer Schuetze
Dec 17, 2022
Iain Buclaw
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

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

--- Comment #2 from dlangBugzillaToGithub <robert.schadek@posteo.de> ---
THIS ISSUE HAS BEEN MOVED TO GITHUB

https://github.com/dlang/dmd/issues/17375

DO NOT COMMENT HERE ANYMORE, NOBODY WILL SEE IT, THIS ISSUE HAS BEEN MOVED TO GITHUB

--