[Issue 17811] No stack for Win32 exceptions

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Sat Sep 16 16:51:34 UTC 2017


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

--- Comment #7 from Rainer Schuetze <r.sagitario at gmx.de> ---
https://github.com/dlang/visuald/releases/tag/v0.46.0-beta1 should fix the
import issue with LDC and adds an option to use the debug library.

I'm unsure whether debug library by default is good, as there are some parts of
the library that can get very slow with the debug version, e.g. the GC. In
addition, you might "step into" a lot of operations that are assumed builtin,
e.g. array operations or new.

--


More information about the Digitalmars-d-bugs mailing list