Fork me on GitHub
#figwheel-main
<
2021-09-15
>
niveauverleih15:09:55

Newbie here. Figwheel starts a Repl. How can I find out on which port, so that I can jack in from Cider?

kennytilton15:09:31

I am not a Cider user, but generally these things work automatically if one specifies an "nrepl" connection. Then the Cider code would look for a file called .nrepl_port that just contains the port number. @nick.romer

niveauverleih17:09:35

@hiskennyness May I ask what tooling you use with figwheel?

kennytilton17:09:32

I use IntelliJ/Cursive, if that is what you mean by "tooling". But I will be honest, I have dabbled in Emacs/CIDER ages ago...hmmm, do I recall having the CLJS run right in an Emacs tab? Lemme do some googling. In the meantime, after starting the figwheel repl check the root directory of that project: you should see a file .nrepl_port. You can get the port there, but this is sth that can be done by the tooling. brb...