This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-06-28
Channels
- # adventofcode (12)
- # announcements (1)
- # asami (18)
- # aws (1)
- # babashka (20)
- # beginners (80)
- # calva (11)
- # cider (10)
- # circleci (5)
- # cljsrn (2)
- # clojure (37)
- # clojure-australia (15)
- # clojure-europe (32)
- # clojure-nl (2)
- # clojure-uk (26)
- # clojured (7)
- # clojurescript (10)
- # clojurewerkz (3)
- # cursive (45)
- # data-science (12)
- # datomic (3)
- # emacs (8)
- # events (3)
- # fulcro (23)
- # graphql (5)
- # helix (3)
- # jobs (1)
- # jobs-discuss (1)
- # juxt (3)
- # lsp (12)
- # malli (4)
- # meander (4)
- # reagent (11)
- # releases (1)
- # shadow-cljs (28)
- # sql (35)
- # tools-deps (9)
- # xtdb (25)
sorry, I asked a question on a thread earlier and @brandon.ringe helped me a lot, I just wanted to follow up on the last question: is there any Clojure tooling which doesn't have this limitation? (of only being able to debug forms which were explicitly re-evaluated using the REPL)
I wondered that, but it says that it uses cider/nrepl ("extensively") in the docs, so it seems that it would share any limitations.
It is also using other stuff. 😃 The debugger is implemented directly on the JVM. Check this out: https://www.youtube.com/watch?v=ql77RwhcCK0
@U63D7UXJB You may also be interested in flow-storm. There are a couple of links to info about it in this issue: https://github.com/BetterThanTomorrow/calva/issues/1119
It works a bit differently, though, and is not integrated with the editor. Well, it also probably wouldn't help with the issue you're talking about either. Even still, it may interest you. :man-shrugging:
Hello guys, I am trying to start my project with calva and I am using the leiningen + Legacy Figwheel project type. I usually don't have problems with it. But recently it started behaving strangely and it doesn't want to connect to a cljs repl. After which if you attempt to evaluate anything on it, it just doesn't happen. Sometimes the problem gets fixed on its own. For example if I wait till tomorrow it may startup normaly