This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-08-05
Channels
- # bangalore-clj (1)
- # beginners (99)
- # boot (108)
- # cider (15)
- # clara (4)
- # cljs-dev (12)
- # cljsjs (37)
- # cljsrn (4)
- # clojure (110)
- # clojure-italy (2)
- # clojure-spec (12)
- # clojurescript (168)
- # cursive (1)
- # datomic (24)
- # graphql (6)
- # hoplon (5)
- # jobs-discuss (2)
- # keechma (21)
- # mount (5)
- # off-topic (140)
- # om (2)
- # parinfer (37)
- # planck (6)
- # re-frame (4)
- # reagent (9)
- # rum (2)
- # spacemacs (4)
Hi! I am a complete beginner having an issue trying to use CIDER’s debugger. I can’t seem to be able to configure it: getting “no reader function for tag break” error
@gonewest818 not really; my project was declaring as dependncy clojure 1.5 and I hadn’t checked the startup log of the repl which mentioned that CIDER wouldn’t be loaded as it requires Clojure 1.7.0+
Well, maybe try (boot.core/load-data-readers!)
in your repl, as recommended in that bug report, and see if you can get it to break after that.
@gonewest818 I am using Lein, but the data readers are getting loaded properly (I checked data-readers in the REPL)
@U051SS2EU maybe you might be able to help if you happen to use CIDER?
it’s probably something stupid. Should I be expecting CIDER to break on #break when calling a function in the REPL?
I'm pretty sure that works fine. Also if you evaluate in the buffer using the various forms of cider-eval-*. Did you reload the buffer or function after inserting the #break?