nvim-gdb icon indicating copy to clipboard operation
nvim-gdb copied to clipboard

[Feature Request] support delve

Open kevinhwang91 opened this issue 4 years ago • 2 comments

As a terminal user with neovim, I love the idea of nvim-gdb rather than DAP which is too bloated to me. Has a plan to support delve?

kevinhwang91 avatar Aug 02 '21 15:08 kevinhwang91

I haven't considered it. If delve's CLI has a distinct prompt, regular syntax for breakpoints lists, it is quite easy to hook it up. Would you try adding it as a backend?

sakhnik avatar Aug 02 '21 15:08 sakhnik

I'm learning go recently, I am willing to write delve backend for nvim-gdb if I master go later.

kevinhwang91 avatar Aug 02 '21 15:08 kevinhwang91

Delve is supported via DAP:

  • https://github.com/mfussenegger/nvim-dap
  • https://microsoft.github.io/debug-adapter-protocol/implementors/adapters/

There's no point in adding in avoiding that.

sakhnik avatar Oct 02 '23 09:10 sakhnik