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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure. If you have a buffer named, say,
buf, write this in the watch window:And VS will show you the first 200 elements of the array.