nvim-dap-ui icon indicating copy to clipboard operation
nvim-dap-ui copied to clipboard

A UI for nvim-dap

Results 78 nvim-dap-ui issues
Sort by recently updated
recently updated
newest added

It would be nice to have at least some common user commands like `DapUiToggle` or something of the sort provided by the plugin itself. For example something like: ``` vim.api.nvim_create_user_command('DapUiToggle',...

Fixes #349 As reported by the linked issue, editing variables shows an error, although it works as expected. The problem was that it wasn't capturing the first `pcall` return value...

this icon looks much better can you please add

Hello! I am coming from VSCode and there when debugging (even with no breakpoints), on any language, if the program crashes, the debugger will break exactly on the line that...

I had to swap these two lines of code in my local setup because I want step over before step into. https://github.com/rcarriga/nvim-dap-ui/blob/5934302d63d1ede12c0b22b6f23518bb183fc972/lua/dapui/controls.lua#L132-L133 Here is the screen shot of my setup:...

OS: Windows11 10.0.22631 Terminal: Wezterm shell: PowerShell In Watches, Scopes buffer, when I press "r" send_to_repl. I expect see a float window show the variable i choosed. But return error...

I am not sure of the specifics, but in `util.lua`, at line 318, the function `M.tbl_flatten(t)` is incorrect. I have found the following fix, if anyone needs it: ```diff function...

Hello, My plugin is integrated with the console window but unfortunately auto-scroll changes introduced in v4.0.0 break the integration because the code doesn't check if the console buffer is active....