Is there a way to enter expression in debug watch window to see a portion of a buffer having only a pointer to it? i.e first 200 elements of it.
Sure. If you have a buffer named, say, buf
, write this in the watch window:
buf, 200
And VS will show you the first 200 elements of the array.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With