Post not yet marked as solved
Post marked as unsolved with 0 replies, 128 views
When I debug with an array with large number of elements (around 1,000,000), Xcode slows down significantly. How can I limit the number of array elements shown in Xcode Debugger, like in lldb we can use
set set target.max-children-count 100