pocco81 / dap-buddy.nvim

🐞 Debug Adapter Protocol manager for Neovim
GNU General Public License v3.0
400 stars 48 forks source link

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

Open mawkler opened 2 years ago

mawkler commented 2 years ago

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

pocco81 commented 2 years ago

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...

mawkler commented 2 years ago

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.