Differences between revisions 6 and 7
Revision 6 as of 2020-09-02 13:16:47
Size: 503
Editor: davidsch
Comment:
Revision 7 as of 2020-09-02 13:17:03
Size: 516
Editor: davidsch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
Unfortunately, it is difficult to write bug-free programs. A good debugger is very helpful tracking down errors. On the Tardis cluster (public ITET computer rooms) we recommend to use the Data Display Debugger (DDD, a GUI variant for the commandline tool {{{gdb}}}). DDD supports a variety of programming languages: Ada, C, C++, Chill, Fortran, Java, Modula, Pascal, Perl, Python. Unfortunately, it is difficult to write bug-free programs. A good debugger is very helpful tracking down errors. On the Tardis cluster (public ITET computer rooms workstations) we recommend to use the Data Display Debugger (DDD, a GUI variant for the commandline tool {{{gdb}}}). DDD supports a variety of programming languages: Ada, C, C++, Chill, Fortran, Java, Modula, Pascal, Perl, Python.

Debugging

Unfortunately, it is difficult to write bug-free programs. A good debugger is very helpful tracking down errors. On the Tardis cluster (public ITET computer rooms workstations) we recommend to use the Data Display Debugger (DDD, a GUI variant for the commandline tool gdb). DDD supports a variety of programming languages: Ada, C, C++, Chill, Fortran, Java, Modula, Pascal, Perl, Python.

For a current list go to the DDD manual (man ddd).


CategoryLXSW

Programming/DevTools/Debugging (last edited 2020-09-02 13:41:07 by davidsch)