Page 1 of 1

Tip: Listing elements of a pointer on Watch Window

Posted: Thu Sep 17, 2009 8:15 pm
by Neo
I was looking for a solution for this. I used to print the values to screen earlier.
However we can easily get this done on Watch Window.

Add number of elements as ",N" to the end of pointer on Watch Window.

For example, if you want 10 elements to be listed in pointer pnt, you will need to have "pnt, 10" (without quotes) on Watch Window.