The Adjust Range dialog box controls how many elements of an array are displayed in the debugger views. For example, when you examine a compound variable, such as an array, you can view the details of the array variable by expanding the branches of the tree. There might be so many items displayed that you'll have to scroll in the view to see all the values. For easier viewing, reduce the number of elements shown by using the Adjust Range dialog box.
To open this dialog box, right-click an array in the Threads, call stacks, and data view or in the Data watches view, then choose Adjust Display Range.
The range of array elements to display. Enter "x-y," where x is the start index you want to view and y is the end index. If you don't enter the hyphen (-), only the item with the index value you entered will be displayed.
See also