[Issue 5118] Stack traces should properly handle nested functions

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Aug 7 15:45:09 PDT 2014


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

--- Comment #1 from hsteoh at quickfur.ath.cx ---
If I run the program under gdb and set a breakpoint on the throw, gdb is able
to display the nested function as part of the call stack. So obviously all
necessary info is there, it's just a matter of incorporating it into the
stacktrace generated by the throw.

--


More information about the Digitalmars-d-bugs mailing list