Debagger and debaggee JVM's versions differ #5191
Unanswered
sbushmanov
asked this question in
Q&A
Replies: 1 comment
-
Thanks for the question! If you are using Bloop then the Java version is set in In most cases however this should not be an issue since debugee and debugger run in different processes. The only issue might be if you try to step into JDK methods. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When trying to start a debug session in metals/dap in neovim, I'm getting the following message:
My system wide Java version is 1.8.0 (i.e. JAVA_HOME)
I suspect some time ago I switched from Java 11 to Java 8, but now how/where should I set debugger JVM version?
Beta Was this translation helpful? Give feedback.
All reactions