SOS Command: !DumpArray
[-start <startIndex>] [-length <length>] [-details] [-nofields] <array object address>
This command allows you to examine elements of an array object. The arguments in detail:
-start <startIndex>: optional, only supported for single dimension array. Specify from which index the command shows the elements.
-length <length>: optional, only supported for single dimension array. Specify how many elements to show.
-details: optional. Ask the command to print out details of the element using !DumpObj and !DumpVC format.
-nofields: optional, only takes effect when -detail is used. Do not print fields of the elements. Useful for array of objects like String.