Custom default exception handler?
Nick Sabalausky
SeeWebsiteToContactMe at semitwist.com
Mon Feb 10 19:52:51 PST 2014
I don't suppose there's a way to change the default exception handler
without using a modified druntime? I'm not seeing one in the docs, but I
could have overlooked something.
Replacing a druntime function at link-time wouldn't be ideal because
then druntime's handler couldn't be called as a fallback, at least
without maintaining a duplicate of druntime's handler and keeping it in
sync with the version of druntime being used.
More information about the Digitalmars-d-learn
mailing list