This is a extension tool for Visual Studio and a handy tool for visualizing the arrays how it is structured while debugging. http://visualstudiogallery.msdn.microsoft.com/eedc48e7-5169-40d3-b602-ad451990a420
We can install it and see the menu under Debug> Windows> Array Visualizer
I have tried for very small sized multi-dimensional and jagged array.
See following screen shots.
For multidimensional array :
For jagged array :
We can see what are the elements inside each array as well.
No comments:
Post a Comment