An extension for nvim-dap to provide Rust debugging support.
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.