nvim-dap-view
nvim-dap-view copied to clipboard
Visualize debugging sessions in neovim
### 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...
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...
: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:**...
### 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...
Plans for v2
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...
### 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"`...
### 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...