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

Visualize debugging sessions in neovim

Results 9 nvim-dap-view issues
Sort by recently updated
recently updated
newest added

### Did you check docs and existing issues? - [x] I have read all the plugin docs - [x] I have searched the existing issues - [x] I have searched...

bug

Fixes #107 The current solution does not work on arrays and objects (tested with Vitest); however, even when it works, it does not satisfy what the issue says. This is...

nvim-dap-view supports highlighting a variable based on its type in the watches and scopes views. The highlighting is pretty basic, but it should already cover primitive types. However, it could...

enhancement
good first issue
contributions welcome

:robot: I have created a release *beep* *boop* --- ## 1.0.0 (2025-11-21) ### ⚠ BREAKING CHANGES * hardcode actions for built-in views * append 'uselast' to default switchbuf * **threads:**...

autorelease: pending

### Did you check the docs? - [x] I have read all the docs ### Is your feature request related to a problem? Please describe. I think it would be...

enhancement

Hey folks! By now, if I had to guess, you're having an amazing experience when debugging in neovim! To make this experience even more wonderful, I'm planning a release for...

If `auto_toggle` is enabled, `windows.terminal.start_hidden` is "ignored" and the terminal always opens when starting a new session ([context](https://github.com/igorlfs/nvim-dap-view/discussions/117#discussioncomment-14757113)) Details - `start_hidden` is checked during session initialization (after `event_initialized`) - Afterwards...

blocked: v2

### Did you check the docs? - [x] I have read all the docs ### Is your feature request related to a problem? Please describe. When the `windows.position` is `"below"`...

enhancement
blocked: v2

### Did you check the docs? - [x] I have read all the docs ### Is your feature request related to a problem? Please describe. It would be great to...

enhancement
nvim-dap upstream
contributions welcome