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

Reply via email to