This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-10-27
Channels
- # announcements (13)
- # asami (12)
- # babashka (65)
- # beginners (62)
- # calva (14)
- # cider (8)
- # clara (11)
- # clj-kondo (16)
- # clojure (86)
- # clojure-europe (12)
- # clojure-gamedev (4)
- # clojure-nl (2)
- # clojure-sg (4)
- # clojure-uk (5)
- # clojurescript (206)
- # clojureverse-ops (11)
- # community-development (7)
- # conjure (12)
- # core-async (2)
- # core-logic (13)
- # cursive (49)
- # datalevin (1)
- # datomic (30)
- # deps-new (3)
- # duct (8)
- # events (5)
- # fulcro (10)
- # helix (5)
- # jobs (1)
- # klipse (5)
- # lsp (178)
- # luminus (1)
- # malli (8)
- # meander (3)
- # membrane (13)
- # missionary (1)
- # nrepl (5)
- # other-languages (4)
- # pedestal (4)
- # reitit (3)
- # releases (1)
- # reveal (27)
- # shadow-cljs (89)
- # tools-build (6)
- # tools-deps (11)
- # vim (2)
- # xtdb (64)
My cider repl sessions are crashing, but I'm not sure how to debug it. I'm REPLing away when all of a sudden my send-to-repl commands are failing because there "Is No Linked CIDER Session". I don't see any error messages anywhere... is there a way to enable logging or something to troubleshoot what's going on? (I'm using Doom, cider-nrepl 0.27.2 and cider with https://github.com/clojure-emacs/cider/commit/0a9d0ef429e76ee36c34e116c4633c69cea96c67)
Session management is covered here https://docs.cider.mx/cider/1.1/usage/managing_connections.html
Hi there, does cider-debug-function-at-point
replace the var of the function? I am trying to debug a pedestal handler but I cannot seem to get it working...
yes. i think the way it works is that instruments the forms by reevaluating with custom debugger code involved
That explains it thank you - every time I refresh I have a new var and that debug info is lost - sounds good