Help needed: Can't find documentation to configure Java Attach to Process Debug · Issue #340 · nvim-java/nvim-java · GitHub
Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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