This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How do you view a pointer as an array?

I have a function which is passed a pointer to a buffer. I want, in the Call Stack + Locals view of the debugger, to view the first x bytes in the buffer, but the display only shows the first byte. Right-clicking yields only an option to view the number as hex or not.

How do I cast the pointer to an array, or otherwise view it as an array?