pocco81 / dap-buddy.nvim

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

Cannot install any debugger [HELP,Question, BUG] #40

Closed Xyhlon closed 2 years ago

Xyhlon commented 2 years ago

I tried to install any of supported debugger but i get the following messages. I use the newest commit DAPInstall.nvim and nvim-dap except for ccppr_vsc.

...r/start/DAPInstall.nvim/lua/dap-install/core/install.lua:22: attempt to index field 'details' (a nil value) function: builtin#18 ...r/start/DAPInstall.nvim/lua/dap-install/core/install.lua:22: attempt to index field 'details' (a nil value)

seems like if the details options field inside the debugger is missing it bricks the program and installation won't happen should be a easy fix