What's a good memory leak tool?

  • Thread starter Thread starter Peter Steele
  • Start date Start date
P

Peter Steele

We're doing some development in VS .NET C++ and want to purchase a tool for
memory leak detection and related activities. Any recommendations?
 
Peter Steele said:
We're doing some development in VS .NET C++ and want to purchase a tool
for memory leak detection and related activities. Any recommendations?

Download latest WinDbg from this site:
http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx
and look documentation for UMDH (there is documentation on the
support.Microsoft.com either).
Do not forget set up environment variable as described here:
http://www.microsoft.com/whdc/DevTools/Debugging/symbols.mspx

Good luck.

Vladimir.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top