This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-13
Channels
- # ai (5)
- # announcements (4)
- # babashka (34)
- # beginners (78)
- # biff (6)
- # calva (41)
- # cider (47)
- # clerk (1)
- # clj-commons (3)
- # clj-http (1)
- # clojure (72)
- # clojure-europe (51)
- # clojure-nl (1)
- # clojure-norway (87)
- # clojure-romania (1)
- # clojure-uk (5)
- # clojuredesign-podcast (2)
- # community-development (1)
- # conjure (2)
- # cursive (11)
- # datomic (6)
- # docker (4)
- # emacs (13)
- # exercism (20)
- # hyperfiddle (56)
- # matrix (6)
- # membrane (4)
- # nbb (11)
- # off-topic (88)
- # pathom (7)
- # pedestal (1)
- # polylith (20)
- # portal (16)
- # practicalli (1)
- # re-frame (13)
- # reagent (4)
- # reitit (2)
- # remote-jobs (7)
- # shadow-cljs (49)
- # sql (4)
Does anyone else have problems with the cider debugger for ring handlers? I’m never able to get it to step into them. for code that isn’t in a handler I don’t have the problem. :thinking_face:
I've never used the cider debugger/cider in general, but let me know if you find out what the problem is--I'd be happy to update biff if there's a way to fix it on that end.
I will! Thanks Jacob 🙂
Is it possible that the functions get reloaded after the debugger has set the symbols (I don't know how the debugger works)? There is an auto-reload feature on save of the file.
That’s a good place to investigate, thanks for that! Will look into it today 🤞:skin-tone-3:
In any way I think reload-on-save beats the debugger completely as you can just connect to production REPL and reload your expressions directly there with the erroneous state in place.