Free memory debugger for Windows? [duplicate]

江枫思渺然 提交于 2020-01-02 06:07:26

问题


Possible Duplicate:
Is there a good Valgrind substitute for Windows?

I am looking for a free memory debugger for Windows, suited for debugging C++ applications built with VC, with similiar functionality to Insure++ or Purify.

Any recomendations?

  • GUI is a plus

  • Integration with VS is a bigger plus


回答1:


Ollydbg is also pretty useful.




回答2:


valgrind + cygwin

ANSIMD (Ansi Memory Debugger)

UPS Debugger

GoBug Debugger

Microsoft Debugging Tools

Stack Trace Analysis Tool (STAT)

Mono Migration Analysis

http://www.debuginfo.com/ - Might be some of tools u can find over there




回答3:


Try DUMA, I have used it before, it's cross-platform and the latest release is recent.




回答4:


Purify is a memory profiler. You can try DebugDiag provided by windows.It can give you memory dumps and at various points and you can then check for memory leaks.

Windbg is also good.



来源:https://stackoverflow.com/questions/1013455/free-memory-debugger-for-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!