How to configure java runtime "manually" #3576
Unanswered
ynurmahomed
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to attach the debugger to a JVM 1.8 application, however the debugger's JVM version is 17, I suspect this is leading to wrong source mappings.
I am unable to use the Configure Java Runtime because it comes up blank. This stack trace is logged in OUTPUT whenever it tries to load:
Is there a way to configure the runtime to use with the debugger by modifying a config file, bypassing the Configure Java Runtime?
Beta Was this translation helpful? Give feedback.
All reactions