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

--- Comment #7 from Rainer Schuetze <r.sagita...@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.

--

Reply via email to