-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug adapter process has terminated unexpectedly #128
Comments
Can you replace "lein" with "C:\Users\John.lein\bin\lein" in launch.json and give it another try? |
@indiejames thank you. |
@indiejames thank you. |
The absolute path helped (with double
|
Is there any way to alter the timeout time? |
I increased the timeout in |
Turns out I had a typo: I was missing an extra |
Hello! Well, I've just installed Leiningen for the first time. And got the same subj error and "Starting RELP" in VS Code status line with demo project. |
Well, I made a value of |
Environment
Description
Debug adapter process has terminated unexpectedly
Steps to Reproduce
Clicks start debugger
profiles.clj
{:debug-repl {:resource-paths ["C:\Program Files\Java\jdk1.8.0_60\lib\tools.jar"]
:repl-options {:nrepl-middleware [debug-middleware.core/debug-middleware]}
:dependencies [[debug-middleware "0.4.5"]]}}
launch.json
{
"version": "0.2.0",
"configurations": [
]
}
settings.json
// Absolute path to the lein command
"clojure.leinPath": "C:\Users\John\.lein\bin\lein",
// Absolute path to the tools.jar file (JAVA JDI jar file)
"clojure.toolsJar": "C:\Program Files\Java\jdk1.8.0_60\lib\tools.jar",
The text was updated successfully, but these errors were encountered: