This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-07-15
Channels
- # admin-announcements (2)
- # beginners (93)
- # boot (34)
- # capetown (1)
- # cider (15)
- # cljs-dev (30)
- # cljsjs (9)
- # clojars (8)
- # clojure (199)
- # clojure-austin (3)
- # clojure-france (3)
- # clojure-greece (2)
- # clojure-italy (46)
- # clojure-quebec (7)
- # clojure-russia (2)
- # clojure-spec (76)
- # clojure-uk (16)
- # clojurescript (43)
- # core-async (7)
- # cursive (14)
- # data-science (1)
- # datascript (4)
- # datomic (3)
- # devcards (60)
- # editors (5)
- # funcool (5)
- # garden (3)
- # hoplon (32)
- # immutant (22)
- # jobs (1)
- # lein-figwheel (21)
- # leiningen (1)
- # mental-health (11)
- # mount (2)
- # off-topic (6)
- # om (16)
- # onyx (15)
- # re-frame (43)
- # reagent (20)
- # rum (18)
- # specter (37)
- # sql (2)
- # testing (8)
- # untangled (7)
- # yada (19)
I’m using https://github.com/ptaoussanis/tufte for profiling, readme says it should append its ouput to *out*
but when I try to profile some forms, the output is nowhere to be found - not in the repl buffer, not in the server buffer, nowhere
newbie question, how do you invoke cider-debugger as part of a more complicated application that i would need to start from the command like via lien test-something
if C-c C-c isn't working, is there anything else I can try to stop evaluation in a repl?
@nooga: I’d suggest filing a ticket regarding this; you should attach the nrepl messages in the nrepl-messages buffer there
@drewverlee: not sure what you mean by this; more details would be useful
what happening when you press C-c C-c
in the REPL? what are the message in nrepl-messages?
@nooga: could you mention me in the ticket when you create it? I think I had the same problem
@jan.zy sure, though I’m still investigating to eliminate my own fault before submitting the ticket
@bozhidar:
If I want to set a break point inside a function that gets called as part of test. How do i run the tests lein test something
and have the program stop at the break point so i can inspect stuff.
@drewverlee: It should work if you run the tests from cider