jasonmolenda wrote: I guess the one counter argument to "our limits are far too low" is when you have an array of 2048 integer elements and do `p arr` - well show each element on its own line by default. Do we really want to dump 2000 lines to their terminal? Or do we want to show them the first 256 and say "here's some commands you could use if you really want to see this". That's the one limit I think is most justified of all of these tbh, mostly because of how many lines can be printed for a large array local variable...
https://github.com/llvm/llvm-project/pull/105460 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits