jrclj
jrclj copied to clipboard
Is there a way to get stacktraces in Ruby?
When I am running Ruby code that calls Clojure code and the Clojure code has a problem, I get output like this in Ruby Java::JavaLang::NullPointerException
but no other info like where in Clojure the problem occurred.
Is there a way to get more information when there are problems in the Clojure code? I'm not sure if this means that jrclj needs to support that or that I need to modify either my Clojure code or how my Ruby code calls Clojure.