This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-11-22
Channels
- # aws (1)
- # beginners (102)
- # boot (5)
- # cljs-dev (59)
- # cljsjs (1)
- # clojure (154)
- # clojure-australia (1)
- # clojure-brasil (1)
- # clojure-dusseldorf (4)
- # clojure-greece (36)
- # clojure-italy (10)
- # clojure-poland (5)
- # clojure-romania (1)
- # clojure-russia (7)
- # clojure-spec (32)
- # clojure-uk (113)
- # clojure-ukraine (3)
- # clojurescript (107)
- # cursive (13)
- # data-science (25)
- # datomic (23)
- # emacs (3)
- # events (1)
- # fulcro (72)
- # funcool (10)
- # graphql (1)
- # leiningen (1)
- # luminus (2)
- # lumo (38)
- # off-topic (14)
- # onyx (78)
- # planck (4)
- # re-frame (55)
- # reagent (1)
- # ring (3)
- # ring-swagger (2)
- # rum (19)
- # shadow-cljs (89)
- # spacemacs (101)
- # sql (2)
- # unrepl (88)
Sorry for this newbie question, but I'm just getting started with Cursive (and Clojure) and I'm exploring a new code base. I was (perhaps naively) thinking I could call the main run
function I'm keen to explore in the REPL in debug mode and then step into the process to help me understand what's happening in the program. However, when I do that, I start getting taken all over the place to lots of the underlaying java and clojure.core functions. Is there a way to walk through processes in Cursive and just stay at the high level stuff within the project's src
code?
(the way I tried to do this was via Run
> debug the REPL for x
then pausing the program, calling the run
function and and then stepping over/into when I get taken straight to .class
java which is way deeper than I'm looking for)
I accidentally copied all the content from my REPL (not much but definitely contained some non-Clojure text) and pasted it into my editor. This threw an exception in Cursive (which I just reported). It also caused me to no longer be able to use the backspace button. I had to restart the IDE to fix it.
How can I make Garden be completed in Cursive? It defines lots of vars, but I can't seem to get the macro defining stuff to come up
Sure. I can't exactly remember what time the exception happened and I seem to have rotated through 3 log files today đŸ˜•
@danielcompton That’s weird - how is defpseudoclass
defined?
yeah could be
looks pretty tricky