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.
Did you check docs and existing issues?
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:
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
Expected Behavior
NA