pocco81 / dap-buddy.nvim

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

`ccppr_lldb` insists I do not need to install it #50

Open starptr opened 2 years ago

starptr commented 2 years ago

Calling :DIInstall ccppr_lldb and confirming to install immediately outputs

It seems that you do not need to install this debugger: https://github.com/mfussenegger/nvim-dap/wiki/Debug-Adapte
r-installation#ccrust-via-lldb-vscode

Not sure if this is a DAPInstall or an nvim-dap issue however

starptr commented 2 years ago

Seems like this is currently intended behavior. Was this supposed to be temporary? The link in the message explains that

"Modern LLVM installations come with a binary called lldb-vscode (or lldb-vscode-11)"

but I think that DAPInstall should let us install anyways so that these DAPs are totally managed under vim :).