pocco81 / dap-buddy.nvim

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

Add CodeLLDB Support #43

Closed LebJe closed 2 years ago

LebJe commented 2 years ago

This pull request adds support for the CodeLLDB debugger, an installer, and a sample configuration.

If you are using macOS Monterey, you must first delete path/to/nvim/dapinstall/codelldb/extension/lldb/bin/debugserver because of this issue.

pocco81 commented 2 years ago

Awesome!! Thank you so much 👍