Jump to content

List of debuggers: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Add Comparison of debuggers to the "See also" list.
m Added one additional mainframe debugger
Line 54: Line 54:
*[[XPEDITER]]; family of [[mainframe]] debuggers
*[[XPEDITER]]; family of [[mainframe]] debuggers
*[[ZeroBugs]] &mdash; C/C++ debugger for Linux (GUI)<ref>{{cite web|url=http://zerobugs.codeplex.com|title=ZeroBUGS. User-mode Visual Debugger for Linux}}</ref>
*[[ZeroBugs]] &mdash; C/C++ debugger for Linux (GUI)<ref>{{cite web|url=http://zerobugs.codeplex.com|title=ZeroBUGS. User-mode Visual Debugger for Linux}}</ref>
*z/XDC &mdash; comprehensive debugger and development tool for IBM's z/OS [[mainframe|mainframes]]


==List of debugger front-ends==
==List of debugger front-ends==

Revision as of 14:35, 29 May 2015

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

List of debugger front-ends

  • Many Eclipse perspectives, e.g. the Java Development Tools (JDT),[3] provide a debugger front-end.
  • 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).
  • GDB (the GNU debugger) GUI
    • Affinic Debugger GUI — A GDB Frontend on Linux/Windows/OSX/Cygwin.
    • 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.
    • xxgdb — X-window frontend for GDB and dbx debugger.
    • Qt Creator — multi-platform frontend for GDB, CDB and LLDB.
    • cgdb[4] — ncurses terminal program that mimics vim key mapping.
    • ccdebug[5] — A graphical GDB frontend using the Qt toolkit.
    • Padb — has a parallel front-end to GDB allowing it to target parallel applications.
    • Allinea's DDT — a parallel and distributed front-end to a modified version of GDB.
    • Xcode — contains a GDB front-end as well.
    • SlickEdit — contains a GDB front-end as well.
    • Eclipse C/C++ Development Tools (CDT)[6] — includes visual debugging tools based on 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)

See also

References

  1. ^ "CodeF00 [ Projects ]".
  2. ^ "ZeroBUGS. User-mode Visual Debugger for Linux".
  3. ^ "Eclipse Java development tools (JDT)".
  4. ^ "cgdb the curses debugger".
  5. ^ "ccdebug - a graphical gdb debugger frontend".
  6. ^ "Eclipse CDT (C/C++ Development Tooling)".