Question

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?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top