CS222: Project Resources
Debugging Tools:
Using DDD
DDD is a graphical front-end for GDB and other command-line debuggers. See
http://www.gnu.org/manual/ddd/html_mono/ddd.html
for an excellent tutorial.
Using Valgrind
Valgrind can help you find memory problems in your C/C++ programs. See the following pages:
http://valgrind.org/
http://www.cprogramming.com/debugging/valgrind.html
http://cs.ecs.baylor.edu/~donahoo/tools/valgrind/
For any problems, questions or suggestions about this page, please contact chenli + AT + ics.uci.edu.
rev. Tuesday, October 16, 2007 - 14:56:42