Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在调试监视窗口中输入表达式以查看只有指向它的指针的缓冲区的一部分?即它的前200个元素。
当然。如果您有一个名为 的缓冲区,buf请在监视窗口中写入:
buf
缓冲区,200
VS 会显示数组的前 200 个元素。
您可以使用内存窗口: https ://msdn.microsoft.com/en-us/library/5d2www5s(v=vs.90).aspx