I would just love a way to filter out the back-traces from the compilation process and see only the messages from the running of my program.
I’m currently using La Clojure for Intellij, though I also use slime/emacs.
I would just love a way to filter out the back-traces from the compilation
Share
If you’re willing to drop back to the terminal to run, you can use mmcgrana’s clj-backtrace to colorize and format the output of clojure’s stacktraces.
A
clj-like script that integrates clj-backtrace is available here.Example:
example of clj-backtrace http://img.skitch.com/20091117-re5bqm6f5axg25mxpwcbcx53f8.png