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

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

nvim-dap-rust

An extension for nvim-dap to provide Rust debugging support.

Requires

Installation

Just like any other NeoVim plugin.

Here is an example using Lazy:

{
   "julianolf/nvim-dap-rust",
   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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages