From: Mikko Rasa Date: Tue, 17 Sep 2019 14:22:55 +0000 (+0300) Subject: Add a facility to automatically create backtraces for exceptions X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=commitdiff_plain;h=c7b4b9d6e07b3e32e5b03f41f0640a8273eed848;hp=c7b4b9d6e07b3e32e5b03f41f0640a8273eed848;ds=sidebyside Add a facility to automatically create backtraces for exceptions Obtaining a backtrace in the catch block won't show where the exception happened. Hooking into the exception handler internals is necessary. Because this is somewhat disruptive to the language runtime, it is an optional feature and disabled by default. ---