Hi,
ist there any possibility to set a max list length for debug output?
I have an object containing a very long list of numbers, for which I'm only interested to see there is a list of length n and see som values, but not all. (which makes the output unusable)
Ideally, one could set a flag to limit collections to a length n and then geths an output list = [1, 2, 3, ..., 97, 98, 99].
TIA!
Hi,
ist there any possibility to set a max list length for debug output?
I have an object containing a very long list of numbers, for which I'm only interested to see there is a list of length n and see som values, but not all. (which makes the output unusable)
Ideally, one could set a flag to limit collections to a length n and then geths an output list = [1, 2, 3, ..., 97, 98, 99].
TIA!