用于混合模式 C++ 的内存调试器应用
我必须维护一个大型 C++ 混合模式应用程序(VC++ 2005,CLR 支持:/clr:oldsyntax)。我怀疑该程序存在大量内存泄漏,但很难手动找到它们。对于本机 C++ 应用程序,我们使用 Purify(以及 Linux 上的 Valgrind)。
不幸的是 Purify 不支持混合模式程序集。这里有人知道一个支持混合模式程序集的不错的内存调试器吗?
I have to maintain a large C++ mixed-mode application (VC++ 2005, CLR-support: /clr:oldsyntax). I suspect the program has a number of memory leaks but it's hard to find them manually. For native C++ applications we use Purify (and Valgrind on Linux).
Unfortunately Purify does not support mixed mode assemblies. Anybody here knows a decent memory debugger with support for mixed mode assemblies?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看AQTime。我用过它并且它相当不错。他们还提供了不受阻碍的免费试用版(我上次检查过)。
Take a look at AQTime. I've used it and it's pretty decent. They also provide a free trial version that's unhindered (last I checked).