dap-buddy.nvim icon indicating copy to clipboard operation
dap-buddy.nvim copied to clipboard

Add debug adapter one-small-step-for-vimkind

Open mawkler opened this issue 4 years ago • 2 comments

Have you considered adding the debug adapter one-small-step-for-vimkind for debugging Neovim plugins?

mawkler avatar Oct 05 '21 11:10 mawkler

Well it's there, the only thing DAPInstalls doesn't do with that debugger is to fetch it locally. It leaves that to your plugin manager, because, well... It's a plugin...

Apart from that, you can let DAPInstall handle the config, dependencies, etc...

pocco81 avatar Oct 05 '21 12:10 pocco81

I see!

I've had some problems getting it to work but it doesn't seem related to DAPInstall so I posted about it here.

mawkler avatar Oct 08 '21 12:10 mawkler