Command-line debuggers can be difficult to use without a front-end.
List of front-ends allowing easy debugging
- All Integrated development environments come with integrated debuggers (or front-ends to standard debuggers).
- DDD, is the standard front-end from the GNU project. It a very complex tool and works with most known debuggers (gdb, jdb, python debugger, perl debugger, tcl, and other) natively or with some external programs (for PHP).
- KDbg is a graphical user interface to gdb, the GNU debugger.
- xxgdb is also a graphical user interface to gdb, the GNU debugger.
Other links
- jlint Jlint checks Java code and finds bugs, inconsistencies and synchronization problems by doing data flow analysis on the code and building the lock graph.