I'm working with some big arrays (about 3 million elements) in Visual Studio 2005. When trying to debug it I want to look at the entire array, however VS is limiting it because it only displays the first 999999 elements. Is there anyway way round this so I can view the entire array, or if that's not possible specify a range to look at (not satarting at the first element)? I've had a look in the options/preferences but I cant see anything, a quick google has not helped either.
Thanks for any advice.
Thanks for any advice.