Environment
- VSCode Version: 1.14.2
- OS Version: Mac OS Sierra 10.12.6
- Clojure Extension Version: 1.2.0
Description
Launch requestListening for transport dt_socket at address: 8030
Custom user.clj loaded.
Error loading debug-middleware.core: java.lang.ClassNotFoundException: com.sun.jdi.Bootstrap, compiling:(cdt/utils.clj:16:1)
Exception in thread "main" java.lang.RuntimeException: Unable to resolve var: debug-middleware.core/debug-middleware in this context, compiling:(/private/var/folders/g5/1387mml14r7c74rpkgpgcfd40000gn/T/form-init2030913869999407382.clj:1:1524)
Steps to Reproduce
- open project https://github.com/indiejames/clojure-code-demo
- configure clojure.leinPath and clojure.toolsJar properly
- try to start debugger. Boom.