Skip to content

๐Ÿž An extension for nvim-dap to provide C, C++, and Rust debugging support.

License

Notifications You must be signed in to change notification settings

julianolf/nvim-dap-lldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

12 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

nvim-dap-lldb

An extension for nvim-dap to provide C, C++ and Rust debugging support.

Requires

Installation

Just like any other NeoVim plugin.

Here is an example using Lazy package manager:

{
   "julianolf/nvim-dap-lldb",
   dependencies = { "mfussenegger/nvim-dap" },
   opts = { codelldb_path = "/path/to/codelldb" },
}

For CodeLLDB installation I recommend using mason.vim. When using Mason you can omit the codelldb_path option, the extension will find it automatically. If no path was given and Mason is not available the extension will assume that CodeLLDB is on the system path.

About

๐Ÿž An extension for nvim-dap to provide C, C++, and Rust debugging support.

Topics

Resources

License

Stars

Watchers

Forks

Languages