nvim-dap-view
nvim-dap-view copied to clipboard
Visualize debugging sessions in neovim
nvim-dap-view
minimalistic nvim-dap-ui alternative
https://github.com/user-attachments/assets/f75bf535-1d9e-4070-8c7b-96026c343b47
Installation
[!WARNING]
Requires neovim 0.11+
Via lazy.nvim
return {
{
"igorlfs/nvim-dap-view",
---@module 'dap-view'
---@type dapview.Config
opts = {},
},
}
Features
- Watch expressions
- Manipulate breakpoints
- Navigate in the call stack
- Convenient wrapper around
nvim-dapwidgets (scopes) + REPL
All of that in a unified, unintrusive window.
Documentation
Visit the full documentation on the website.
Contributing
You can contribute in many ways:
- If you have any questions, create a discussion.
- If something isn't working, create a bug report.
- If you have an idea, file a feature request. You can also go ahead and implement it yourself with a PR.
- If you have some spare bucks, consider sponsoring.