minimalistic nvim-dap-ui alternative
dap-view-watches.mp4
Warning
Requires neovim 0.11+
return {
{
"igorlfs/nvim-dap-view",
---@module 'dap-view'
---@type dapview.Config
opts = {},
},
}
- Watch expressions
- Manipulate breakpoints
- Navigate in the call stack
- Convenient wrapper around
nvim-dap
widgets (scopes) + REPL
All of that in a unified, unintrusive window.
Visit the full documentation on the website.