nvim-dap-ui
nvim-dap-ui copied to clipboard
Editing variables in "scopes" buffer is weird
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.
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. 🤷🏼