Access Violation Tracking
"Nordlöw" via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Fri Nov 7 05:52:33 PST 2014
On Friday, 7 November 2014 at 03:22:59 UTC, ketmar via
Digitalmars-d-learn wrote:
> crash+coredump is alot more useful than intercepting error
> and...
> trying to recover from undefined state? or just exit to OS,
> losing
> valuable information about a crash?
Together with the DUB package backtrace this gives really nice
default behaviour printing stacktrace where memory fault occurred.
For details see my show case at:
https://github.com/nordlow/justd/blob/master/t_errorHandler.d
More information about the Digitalmars-d-learn
mailing list