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

Editing variables in "scopes" buffer is weird

Open AlexKurisu opened this issue 2 years ago • 1 comments

Currently every time I press "e" in "scopes" buffer and attempt to change the value nothing happens unless enter insert mode, put some invalid value and only then variable will be set to value I entered before that. Reproducible with lldb-vscode, codelldb and debugpy.

AlexKurisu avatar Dec 28 '23 23:12 AlexKurisu

Same issue here. My workaround is slightly different: After pressing edit, hit backspace until it deletes the '>' prompt. Then, the prompt is automatically redrawn, and you can enter the value, and it works. 🤷🏼

szaffarano avatar Jul 20 '25 14:07 szaffarano