[Lldb-commits] [lldb] [lldb][dap] always add column field in StackFrame body (PR #73393)

Semen Komissarov via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 22 12:05:01 PDT 2024


semensanyok wrote:

Bug confirmed. Its causing exception for nvim-dap plugin which expects column required in specification, but not sent by server.
pr contains log message, showing missing column case. closed by maintainer:

> Thanks for the PR, but I'm not going to merge this. column is a required property of a StackFrame according to the specification:
> 
> https://microsoft.github.io/debug-adapter-protocol/specification#Types_StackFrame
> 
> This needs to be fixed in the debug adapter.

https://github.com/mfussenegger/nvim-dap/pull/1195



https://github.com/llvm/llvm-project/pull/73393


More information about the lldb-commits mailing list