| |
-
debugger
 Valgrind, an open-source memory debugger for x86-GNU/Linux
Programmers! Make your software Valgrind-clean.
Test it with Valgrind and fix all problems Valgrind reports.
This will give you some assurance that your code is free of a broad class of memory management errors.
You may well find undiscovered bugs, and your code will probably be more stable as a result.
It's good for your code, good for you and especially it's good for the people who use your code.
preview:
http://valgrind.kde.org/
11/13/2002
Tags: debugging
 |