[Issue 17811] No stack for Win32 exceptions
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Sep 7 07:32:24 UTC 2017
https://issues.dlang.org/show_bug.cgi?id=17811
--- Comment #5 from Rainer Schuetze <r.sagitario at gmx.de> ---
Yeah, some parts are tuned for dmd only. With "Goto Definition" I suspect that
you have "Built Phobos browse info" some time in the past? That would be used
as a fallback if semantic analysis didn't find a result.
"Build and use local version of phobos with same compiler options" hasn't been
tested on LDC, because, as you noted, the main use case is using a debug
version of the runtime, and that is provided by LDC.
The debug version is a lot slower, though. I don't think it should be the
default, but there should probably be an option to enable it (replacing "build
and use...").
--
More information about the Digitalmars-d-bugs
mailing list