Print a stacktrace in Clojure REPL

by Wolfram Saringer  (2011-04-06)
last change: 2011-04-06


To print a stracktrace after an exception occurred use these commands:

user=> (use 'clojure.stacktrace)
user=> (print-stack-trace *e 10)


all articles represent the sole opinion of their respective author. all content comes without any warranty for correctnes, despite due diligence.