简体   繁体   中英

Debugging a 2D array in VS2008

I have a 2D array which contains height information. I want to see it in the debugger to a certain point if the values are correct. I know we can see a 1D array using "myArray,5", but it doesn't work when i write "myArray,5,5" or "myArray[0],5", without the quotation marks.

Does anybody know how to do this? Or is this even possible?

As first, you can view memory block contents at specified address (myArray).

As second you can mouseover your array, and from pop-up menu show array members.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM