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

Unable to use standard keys after DapTerminate

Open EduardoOliveira opened this issue 9 months ago • 1 comments

Hi First of all, thank you for your work.

After finishing debug mode by :DapStop the Ui is dismissed but when I try to use u or p in normal mode I get the following message: No active debug session

I've installed the plugin using lazy, with the standard configuration. { 'rcarriga/nvim-dap-ui', dependencies = { 'mfussenegger/nvim-dap', 'nvim-neotest/nvim-nio' } },

Any ideas on how to go back to the normal key bindings after exiting debug mode?

Thank you

EduardoOliveira avatar Feb 13 '25 15:02 EduardoOliveira

I am also experiencing the same with nvim-dap-ui. The ui seems to be capturing keys in normal mode. This seems like a related regression in neovim

Potential Related Issue:

  • https://github.com/rcarriga/nvim-dap-ui/issues/262

yaadata avatar Mar 05 '25 14:03 yaadata

Would like to add that I am experiencing the same and cannot resolve it until I re-start Neovim.

nvim --version
NVIM v0.11.2
Build type: Release
LuaJIT 2.1.1748459687

Latest nvim-dap-ui version as of today.

daniel-odrinski avatar Jul 14 '25 10:07 daniel-odrinski