Jump to content

List of debuggers

From Wikipedia, the free encyclopedia

This is alist ofdebuggers:computer programsthat are used to test anddebugother programs.

Debuggers

[edit]

Debugger front-ends

[edit]
  • Allinea DDT- a graphical debugger supporting for parallel/multi-process and multithreaded applications, for C/C++ and F90.
  • DDDis the standard front-end from theGNU Project.It is a complex tool that works with most common debuggers (GDB, jdb, Python debugger, Perl debugger, Tcl, and others) natively or with some external programs (for PHP).
  • ManyEclipseperspectives, e.g. the Java Development Tools (JDT),[1]provide a debugger front-end.
  • GDB(the GNU debugger) GUI
    • Allinea's DDT— a parallel and distributed front-end to a modified version of GDB.
    • Code::Blocks— A free cross-platform C, C++ and Fortran IDE with a front end forgdb.
    • CodeLite— An open source, cross platform C/C++ IDE which have front end forgdb,the next version ofCodeLite(v6.0) will also include a front end to theLLDB (debugger)
    • EclipseC/C++ Development Tools (CDT)[2]— includes visual debugging tools based on GDB.
    • Emacs— Emacs editor with built-in support for the GNU Debugger acts as the frontend.
    • Nemiver— A GDB frontend that integrates well in theGNOMEdesktop environment.
    • Qt Creator— multi-platform frontend for GDB, CDB and LLDB.
    • rr— An open source C/C++ debugger byMozilla,supporting reproduction of program state and reverse execution
    • SlickEdit— contains a GDB front-end as well.
    • Xcode— contains a front-end for LLDB and GDB.

Frame debuggers

[edit]

Software specializing in debugging of frame rendering.

  • CodeXL— development environment including profiling and debugging
  • RenderDoc— multi-platform, open source

See also

[edit]

References

[edit]
  1. ^"Eclipse Java development tools (JDT)".
  2. ^"Eclipse CDT (C/C++ Development Tooling)".
[edit]