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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 6 10:16:01 PDT 2010


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



--- Comment #18 from Sean Kelly <sean at invisibleduck.org> 2010-05-06 10:15:57 PDT ---
Fair enough.  To disable the trace handler you'll do:

Runtime.traceHandler = null;

I'm looking into adding trace functionality for Windows as well (probably using
WalkStack64), but that's a bit trickier.  I need to set up a Windows dev
environment before I can even start on it.

-- 
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