]> git.tdb.fi Git - libs/core.git/commitdiff
Add a facility to automatically create backtraces for exceptions
authorMikko Rasa <tdb@tdb.fi>
Tue, 17 Sep 2019 14:22:55 +0000 (17:22 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 17 Sep 2019 14:30:56 +0000 (17:30 +0300)
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.


No differences found