Depending on your target, it may be desirable to minimize reading data from the target which has not been explicitly requested. Three configuration options are provided to limit the complexity of information displayed in data explorer windows. The FormatStringMaxLength configuration option allows you to specify a maximum length for the string representation of your data in the data explorer window. Once the data accumulated reaches this length, no further data will be read from the target for the display of that variable in the data explorer window without pushing into it. The FormatStringMaxDepth configuration option allows you to specify how many levels of nested structures the data explorer window attempts two display on one line. Nested structures below this depth will have their values displayed as "< na >". Finally, the LoadLongArraysOnViewWinCreation configuration option allows you to specify whether arrays of more than 1,000 elements will initially have all elements displayed or only their first 1,000 elements.