[[AxisCPPProjectPages]]

Links to some Open source tools are given below

Memory leak detection tool Valgrind is a GPL'd system for debugging and profiling x86-Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs.For more information click on the following link    http://valgrind.kde.org/

Source Navigator Source Navigator is a source code analysis tool. With it, you can edit your source code, display relationships between classes and functions and members, and display call trees. You can also build your projects, either with your own makefile, or by using Source-Navigator's build system to automatically generate a makefile.For more information click on the following link

 http://sourcenav.sourceforge.net/ 

Debugging tools

  1. GDB - http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html

Open%Source%Tools (last edited 2009-09-20 23:32:03 by localhost)