Visual Studio 2005 - Debugging

Soldato
Joined
22 Oct 2005
Posts
2,884
Location
Moving...
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.
 
Well I really only need to see the first few hundred and the last few hundred just to check everything is working ok. However it's quite annoying typing out about 1000 singular array locations to add as a watch so I thought there may be a quicker way.
 
Back
Top Bottom