This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-20
Channels
- # beginners (27)
- # calva (32)
- # cider (9)
- # clojure (111)
- # clojure-spec (71)
- # clojure-uk (7)
- # clojurescript (22)
- # cursive (20)
- # devcards (1)
- # emacs (4)
- # fulcro (3)
- # hyperfiddle (3)
- # off-topic (8)
- # pathom (26)
- # planck (19)
- # quil (4)
- # re-frame (1)
- # reitit (43)
- # rewrite-clj (9)
- # shadow-cljs (13)
- # spacemacs (7)
- # uncomplicate (5)
I ran npx shadow-cljs server
command in shell. Then in Emacs I ran cider-connect
. REPL started but showing following:
When I run cider-jack-in-cljs
command in Emacs, it gives following prompt:
cider-jack-in-cljs requires nREPL op classpath (provided by cide-nrepl)
when using the Cider debugger to step through a function, how can I inspect the current value?
i.e open the cider-inspector on the form being currently highlighted whose result is being displayed in the overlay
Does anyone have a clue how to do this? Seems like a pretty basic operation but I haven't been able to figure it out
Does anyone have a clue how to do this? Seems like a pretty basic operation but I haven't been able to figure it out