ericthorsen / enclojure

clojure IDE tools
www.enclojure.org
82 stars 13 forks source link

attaching debugger fails (connection OR InvocationTargetException #13

Open cvkem opened 13 years ago

cvkem commented 13 years ago

I've installed Enclosure at netbeans 6.9.1 according to the instructions. The interface is really nice. Everything seems to work nicely except for the debugger. When I start the REPL with debug I get: "connection refused" Next I try to attach the debugger by clicking on the project and select "Attach debugger to Project REPL", which results in "java.lang.reflect.invocationTargetException. Does anyone have a suggestion how this issues can be resolved?