I would like to use ritz-nrepl for debugging purposes from within Emacs. Because it already fails with lein ritz-nrepl I did not go further with the Emacs integration yet.
Exception in thread "main" com.sun.jdi.connect.VMStartException: VM initialization failed for: ...
From within a lein project I run lein ritz-nrepl. But this fails with the above exception. I've run lein ritz-nrepl -l trace but found no useful output. What can I do to get this running?
BTW. I've tested this with the the ritz 0.7.1-SNAPSHOT but the error persists.
Hi,
I would like to use ritz-nrepl for debugging purposes from within Emacs. Because it already fails with
lein ritz-nrepl
I did not go further with the Emacs integration yet.Exception in thread "main" com.sun.jdi.connect.VMStartException: VM initialization failed for: ...
I know that this exception was around for some time and that there are potential fixes for it, A Working nrepl-ritz Setup?, Can't get emacs + ritz-nrepl working on a Macintosh system.
Otherwise, nrepl et al. are working perfectly fine on my system. I'm using
clojure 1.5.1
withMy
~/.lein/profiles.clj
looks like this:From within a lein project I run
lein ritz-nrepl
. But this fails with the above exception. I've runlein ritz-nrepl -l trace
but found no useful output. What can I do to get this running?BTW. I've tested this with the the
ritz 0.7.1-SNAPSHOT
but the error persists.Any help is greatly appreciated.
Fabio