[Lldb-commits] [lldb] [lldb-dap] Do not show memory address on types with no summary (PR #172670)
John Harrison via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 17 11:09:55 PST 2025
ashgti wrote:
Just curious, what does this look like if you enable `"debug.showVariableTypes": true`? That should add the type to the variables UI.
For example, at a breakpoint in lldb/test/API/tools/lldb-dap/variables/main.cpp line 39, I see <img width="362" height="188" alt="Screenshot 2025-12-17 at 11 08 27 AM" src="https://github.com/user-attachments/assets/c58354c0-fcdd-4ad3-ba17-035c80102970" /> Which makes things somewhat redundant...
https://github.com/llvm/llvm-project/pull/172670
More information about the lldb-commits
mailing list