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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits