pocco81 / dap-buddy.nvim

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

Beginner's documentation needed #73

Open bestouff opened 2 years ago

bestouff commented 2 years ago

Hi,

dap-buddy looks cool, but how does a total noob uses this ? Let me say I have a fully configured NVIM (via LunarVim) and I want to debug some C code; I added dap+dap-buddy via lvim.builtin.dap.active = true but now ... how do I debug (e.g.) C code ?

Mate2xo commented 2 years ago

I guess we're not supposed to use it anymore, as it's being rewritten (?) and the docs seem to have vanished with the rebranding of this repo. Try https://github.com/williamboman/mason.nvim , or configure it yourself with https://github.com/mfussenegger/nvim-dap/wiki/Debug-Adapter-installation

bestouff commented 2 years ago

Yeah, problem is I'm using LunarVim and dap-buddy + nvim-lsp-installer is what's used by default here...