jrclj icon indicating copy to clipboard operation
jrclj copied to clipboard

Is there a way to get stacktraces in Ruby?

Open AndyKriger opened this issue 11 years ago • 0 comments

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.

AndyKriger avatar Jul 25 '13 16:07 AndyKriger