mfussenegger / nvim-dap

Debug Adapter Protocol client implementation for Neovim
GNU General Public License v3.0
5.67k stars 207 forks source link

Assign a safe default when the provider doesn't provide a column in set_cursor #1323

Closed GingerbreadFred closed 2 months ago

GingerbreadFred commented 3 months ago

Fixes https://github.com/mfussenegger/nvim-dap/issues/1324

mfussenegger commented 2 months ago

Thanks for the PR but this seems to be a bug or regression in lldb-dap. See https://github.com/llvm/llvm-project/pull/73393

According to the specification the column property is required. I try to avoid merging workarounds for debug adapter bugs/spec violations.