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

Rainer Schuetze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Rainer Schuetze <[email protected]> ---
The main problem with the missing stack trace for exceptions is that druntime
is not built with standard stack frames.

Sometimes it helps if you load symbols from the Microsoft symbol server for
Kernelbase.dll and anything else shown on the stack.

Another option might be to use the linker setting "Build and use local version
of phobos with same compiler options" to link a debug version of druntime.

--

Reply via email to