Closed
Description
Did you check docs and existing issues?
- I have read all the plugin docs
- I have searched the existing issues
- I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
NVIM v0.10.3
Operating system/version
MacOS 15.1.1
Describe the bug
I'm looking for an Attach to Process Configuration equivalent to the following VSCode Config:
"configurations": [
{
"type": "java",
"name": "Debug Tomcat",
"request": "attach",
"hostName": "localhost",
"port": "5005"
},
]
But I can't find a way to configure it using nvim-java.
Here's my configuration (I have customized it starting from Kickstart): https://github.com/me-heer/nvim
Steps To Reproduce
- I have tried to add this: https://github.com/mfussenegger/nvim-dap/wiki/Java#configuration
- But executing :DapContinue does not show Attach to Process debug option
Expected Behavior
NA