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

Editing local variables triggers an error, but variables can be succesfully modified

Open ZhuX96 opened this issue 1 year ago • 1 comments

Reproduce Step

  1. Press 'e' when cursor in bottom left window
  2. Change "hello world" to "hello"
  3. Return to normal model
  4. Enter
  5. Trigger the error

nvim-dap-ui version

~/.local/share/nvim/site/pack/packer/start/nvim-dap-ui master ❯ git branch -v                                                                                                                                                                                                                                        02:25:59
* master edfa93f docs(README): installation instructions for lazy.nvim (#342)

neovim config from here

local dapui_status, dapui = pcall(require, 'dapui')
if not dapui_status then
  print('Failed to require nvim-dap-ui')
end

dapui.setup {}

https://github.com/rcarriga/nvim-dap-ui/assets/114892661/0031150a-f5ef-4933-afbe-383e5727dea1

ZhuX96 avatar Apr 21 '24 09:04 ZhuX96

I can confirm the fix above works for me on Windows 11 and Neovim 0.10.0.

myth0genesis avatar May 17 '24 23:05 myth0genesis

Just bumping this to say this still works and wondering if there has been any testing done elsewhere to see if this works for others.

myth0genesis avatar May 26 '24 06:05 myth0genesis