[Lldb-commits] [lldb] [lldb-dap] Updating VariableDescription to use GetDescription() as a fallback. (PR #77026)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Thu May 16 17:27:40 PDT 2024


ashgti wrote:

I just checked and I'm not seeing the hover's in the same format as they were when I made the pull request. The expression context should still have the expanded forms though for example:

<img width="467" alt="Screenshot 2024-05-16 at 5 25 14 PM" src="https://github.com/llvm/llvm-project/assets/22535/28db4adc-d488-44ff-8d99-78966e0e0e05">

I think the VSCode team is working on making the Debug view more extensible for visualizations, see https://github.com/microsoft/vscode/blob/main/src/vscode-dts/vscode.proposed.debugVisualization.d.ts and https://github.com/microsoft/vscode/issues/197287

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


More information about the lldb-commits mailing list