Software Development Tools
From ScorecWiki
(Difference between revisions)
Revision as of 18:13, 18 August 2010 Weisse (Talk | contribs) ← Previous diff |
Revision as of 18:14, 18 August 2010 Weisse (Talk | contribs) (→GDB) Next diff → |
||
Line 1: | Line 1: | ||
The purpose of this page is to give an overview of very useful software development tools available. | The purpose of this page is to give an overview of very useful software development tools available. | ||
- | ==GDB== | + | == [[GDB]]== |
C, C++. FORTRAN, etc.. debugging tool. | C, C++. FORTRAN, etc.. debugging tool. | ||
Revision as of 18:14, 18 August 2010
The purpose of this page is to give an overview of very useful software development tools available.
Contents |
GDB
C, C++. FORTRAN, etc.. debugging tool.
Totalview
It is a much 'fancier' debugger then GDB. Has a GUI and parallel capabilities.
Valgrind
Memory debugging tool.
GProf
Program performance analysis and profiling tool.