[Lldb-commits] [lldb] [lldb-dap] Adjust variable display values. (PR #146754)
via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 2 13:18:19 PDT 2025
jimingham wrote:
Also note that for ObjC in particular for many classes the "Object Description" is NOT a summary of the object. Print the Object Description of an NSDictionary 1000 objects and you'll get pages and pages of output with all the elements (and their Descriptions inline IIRC). There is nothing in the contract that says Object Descriptions should be brief.
You're accidentally saved in the NSDictionary case because it turns out lldb has a Summary Provider for NSDictionary, but that's not a guarantee.
https://github.com/llvm/llvm-project/pull/146754
More information about the lldb-commits
mailing list