Differences between revisions 8 and 10 (spanning 2 versions)
Revision 8 as of 2020-09-02 13:27:16
Size: 660
Editor: davidsch
Comment:
Revision 10 as of 2020-09-02 13:34:22
Size: 699
Editor: davidsch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 7: Line 7:
For a current list of all supported languages, consult the DDD manual (man ddd). {{attachment:ddd.jpg}}

For a current list of all supported languages and features, consult the DDD manual (man ddd).

Debugging

It is difficult to write bug-free programs. A good debugger is helpful tracking down errors. On the Tardis cluster (public ITET computer room workstations) we recommend to use DDD (Data Display Debugger). DDD is a graphical user interface frontend (GUI) for a variety of command line debuggers that accompany the respective programming languages, e.g. the {gdb debugger that belongs to the gcc/ g++ suite. Thus, debugging Java, Perl and Python with DDD is also supported.

ddd.jpg

For a current list of all supported languages and features, consult the DDD manual (man ddd).


CategoryLXSW

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