Select Array Bounds Dialog
The Select Array Bounds Dialog is displayed by double-clicking on an array
displayed in the Locals Panel,
This Panel, or Watch Panels
in the top-level Main Window;
by inspecting an array in the Source Panel in the
top-level Main Window; or by double-clicking on an array
in the Object Panel or Array Panel
in the top-level Objects Window.
The Select Array Bounds Dialog allows the User to select which array
elements are to be displayed in the Array Panel
in the top-level Objects Window.
The label at the top of the dialog displays (in blue) the declaration
(a tool tip displays the full class name) of the array (including the
number of elements) and the corresponding array variable name.
fields
The following required fields are displayed in red:
- Lowest Index - the starting index of the array to display.
- Highest Index - the highest index of the array to display.
Note that a range of at most 10001 array elements can be displayed in the
Array Panel.
buttons
- OK - displays the Array Panel
with the specified boundaries in the top-level Objects Window.
If there is a error, an error message dialog will be displayed.
- Cancel - closes the dialog without
displaying the Array Panel.
Hitting the Escape key also closes this dialog.
- Help - displays this Help.
©2001-2010. debugtools.com LLC. All rights reserved.