Fork me on GitHub
#calva
<
2023-07-27
>
Gurpreet singh06:07:37

Hi, I have a clj project running inside a docker container. I start the repl on the command line and on connecting to it i get the following warning: In my .lein/profile.clj , which is mapped to the docker container user's home dir too, I have the following entries :

{:repl {:plugins [[nrepl "1.0.0"]
                  [cider/cider-nrepl "0.28.5"]]}}
I think it is because of the warning below that i get this error when i try to instrument functions:
; Syntax error reading source at (REPL:443:49).
; No reader function for tag dbg

Gurpreet singh06:07:17

Something like this in the shell script lein with-profiles +dev repl :headless