[Issue 1001] print stack trace (in debug mode) when program die

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 5 15:03:34 PDT 2010


http://d.puremagic.com/issues/show_bug.cgi?id=1001



--- Comment #16 from Sean Kelly <sean at invisibleduck.org> 2010-05-05 15:03:24 PDT ---
This can now be enabled by:

    import core.runtime;
    ...
    Runtime.traceHandler = &defaultTraceHandler;

I can't have it automatically set in debug mode because only a release version
of the lib is currently shipped.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list