Skip to content

Exception Report

Pre-release
Pre-release
Compare
Choose a tag to compare
@hlship hlship released this 20 Sep 19:33
· 256 commits to master since this release

Twixt now includes a wrapper that catches and reports uncaught exceptions. It displays the entire exception stack, including all exception properties.

exception-2

Only the stack trace of the root exception is displayed:

exception

Clicking the toggle button displays the "mangled" Java class names generated by the Clojure compiler.

exception