List of debuggers

This is a list of debuggers: computer programs that are used to test and debug other programs.

Debuggers

Debugger front-ends

  • Allinea DDT - a graphical debugger supporting for parallel/multi-process and multithreaded applications, for C/C++ and F90.
  • DDD is the standard front-end from the GNU 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).
  • Many Eclipse perspectives, e.g. the Java Development Tools (JDT),[2] 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 for gdb.
    • CodeLite An open source, cross platform C/C++ IDE which have front end for gdb, the next version of CodeLite (v6.0) will also include a front end to the LLDB (debugger)
    • Eclipse C/C++ Development Tools (CDT)[3] includes visual debugging tools based on GDB.
    • Emacs Emacs editor with built-in support for the GNU Debugger acts as the frontend.
    • KDbg Part of the KDE development tools.
    • Nemiver A GDB frontend that integrates well in the GNOME desktop environment.
    • Qt Creator multi-platform frontend for GDB, CDB and LLDB.
    • rr An open source C/C++ debugger by Mozilla, supporting reproduction of program state and reverse execution
    • SlickEdit contains a GDB front-end as well.
    • Xcode contains a GDB front-end as well.
gollark: https://qntm.org/streetmentioner
gollark: Just stop insisting on referring to previous versions of you with the same pronouns and stuff.
gollark: I know a guide to it somewhere, it's not that hard.
gollark: Practically it might be, since presumably you've got the wormhole from the past you can go back through.
gollark: Is it easier to go to the future and back to your original time than to just go to the past? That might make those other time shenanigans easier.

See also

References

  1. "TotalView". Lawrence Livermore National Laboratory. Retrieved 2020-02-19.
  2. "Eclipse Java development tools (JDT)".
  3. "Eclipse CDT (C/C++ Development Tooling)".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.