We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?