Hi,
I was wondering if anybody knows how to show a range of elements for a given array in the watch window?
It looks like code composer studio shows the entire array, and it the number of elements is bigger than 10,000 it will split it into multiple arrays in the watch window.
I tried to do something like BigArray[10 ... 100] to display just a few elements in the watch window, but that does not work.
Any ideas?
Thanks
Alex