Skip to content

Instantly share code, notes, and snippets.

@PaulChana
Created May 12, 2016 13:19
Show Gist options
  • Save PaulChana/031d62819b239c18ac35bd8ffc31d6d6 to your computer and use it in GitHub Desktop.
Save PaulChana/031d62819b239c18ac35bd8ffc31d6d6 to your computer and use it in GitHub Desktop.
View Array in Visual studi
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment