Fork me on GitHub
#calva
<
2023-01-21
>
noob.clj14:01:13

I tried (pst) and realized that Calva repl do not support it yet. Found the https://github.com/BetterThanTomorrow/calva/issues/1793 on github. Is there another way to see full stracktrace in Calva Repl?

pez14:01:01

What does it mean that Calva repl doesn’t support (pst)? As long as you have required the namespace it should work. There’s a Calva command for requesting the namespace, iirc.

pez14:01:44

Also, when there’s a stack trace available you should get a Show stacktrace button in the repl window.

Alex Miller (Clojure team)17:01:32

Maybe you need (clojure.repl/pst) ?

noob.clj17:01:25

> Also, when there’s a stack trace available you should get a Show stacktrace button in the repl window. OMG!!! 🤯. Thanks 😛

noob.clj17:01:00

> Maybe you need (clojure.repl/pst) ? Yup, this worked too 🙂 thanks 👍

pez17:01:57

There is the command: Calva: Require REPL utilities, like (doc) etcetera, into Current Namespace.