This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-04-29
Channels
- # admin-announcements (1)
- # aws (10)
- # beginners (76)
- # boot (53)
- # braid-chat (1)
- # cider (80)
- # cljs-edn (3)
- # clojure (65)
- # clojure-belgium (2)
- # clojure-gamedev (2)
- # clojure-nl (3)
- # clojure-poland (1)
- # clojure-russia (39)
- # clojure-uk (14)
- # clojurescript (91)
- # cursive (62)
- # datascript (1)
- # datomic (9)
- # dirac (34)
- # emacs (25)
- # error-message-catalog (8)
- # events (1)
- # hoplon (88)
- # instaparse (1)
- # jobs (2)
- # jobs-discuss (6)
- # lein-figwheel (7)
- # luminus (43)
- # mount (5)
- # off-topic (7)
- # om (28)
- # onyx (61)
- # planck (4)
- # re-frame (27)
- # reagent (3)
- # remote-jobs (2)
- # spacemacs (3)
- # untangled (136)
@slotkenov Do you mind sharing how you configured? That's currently the next thing I'm working on incorporating.
After running that you need to start up a repl in a second terminal with boot repl -c
. In that repl then you need to call (dirac.agent/boot!)
to start the agent.
Not yet so far. Console mentioned below on Canary with the DevTools extension. I'll mess around with it later.
Installing Dirac Runtime v0.2.0 and enabling features :repl
I don't see the green colors like in the screenshots and if I try to eval an expression like (+ 1 2)
I get an error as that gets evaluated like JS.
so you confirm that you opened Dirac DevTools instead of normal DevTools, switched to console panel and switched to Dirac Prompt by PageUp or PageDown
it used to be there, but I split the docs and moved bunch of text into https://github.com/binaryage/dirac-sample
so you skipped dirac-sample, I will add a note about it at the end of the installation docs, so people should follow there
I think I would probably have gotten it as that was going to be my next step to see if I can replicate with the sample project.
In regular DevTools I can place breakpoints in the Chrome Debugger on any line with the original file via sourcemap.
In Dirac, however, not all line numbers are covered meaning I can't place breakpoints in certain places at the bottom.
@jupl: yes, I have seen that too. it seemed that just the line numbering is off, but breakpoints worked as normal