Skip to content

Help needed: Can't find documentation to configure Java Attach to Process Debug  #340

Closed
@me-heer

Description

@me-heer

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

  1. I have tried to add this: https://github.com/mfussenegger/nvim-dap/wiki/Java#configuration
  2. But executing :DapContinue does not show Attach to Process debug option

Expected Behavior

NA

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions