I want to watch a buffer during debugging. The buffer is defined in another function as a static byte array and my function has a pointer to a byte in it.
How can I watch the whole array (or at least the first say 64 bytes) in the debug variable watch window?
How can I watch the whole array (or at least the first say 64 bytes) in the debug variable watch window?
Comment