简体   繁体   English

应用程序验证程序调试扩展

[英]Application Verifier Debug Extensions

I'm writing a Windows C++ program in Visual Studio 2010 and have heap corruption.我正在 Visual Studio 2010 中编写一个 Windows C++ 程序并且出现堆损坏。 The,heap and.avrf debugger extensions from Application Verifier have several tools that sound quite useful for tracking this down, however I am unclear as to how to effectively use Application Verifier: For instance, Application Verifier documentation states: Application Verifier 的 heap 和 .avrf 调试器扩展有几个工具,听起来对跟踪这个非常有用,但是我不清楚如何有效地使用 Application Verifier:例如,Application Verifier 文档指出:

You can use !avrf -hp -a Address to display all heap space operations that affected the specified Address.您可以使用!avrf -hp -a Address来显示影响指定地址的所有堆空间操作。

Where exactly does one type this command?究竟在哪里输入这个命令? (Yes, I know Address needs to be replaced by an actual address.) Does it need to be prefixed by anything? (是的,我知道 Address 需要替换为实际地址。)是否需要添加任何前缀?

It's a Windows debugger command.这是一个Windows 调试器命令。 You can see the help for the command here .您可以在此处查看该命令的帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM