问题
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