Replies: 2 comments
-
See https://github.com/mfussenegger/nvim-dap/wiki/Java#configuration |
Beta Was this translation helpful? Give feedback.
0 replies
-
One question |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Context: Java, Debugging attaching to remote proces/port.
By default, I see lazyvim starts up a new instance of my application when I'm trying to debug my spring boot application.
Here you can see this behavior.
I need to attach my debug session to a remote process listening on port 5005.
I don't quite figure out how to attach it instead of start a new process.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions