This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Watch window: Array range display



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