Teknik Informatika    
   
Daftar Isi
(Sebelumnya) Comparison of assemblersComparison of disc image software (Berikutnya)

Perbandingan -- debuggers

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

NameDescriptionLanguageOSLicensemost recent release
GDBGNU Debuggerany compiled to Machine codeanyGPL7.5.1, Nov 2012
IDBIntel Debuggerany compiled to Machine codeWindows, LinuxProprietary ?
LLDBLLVM Debuggerany compiled to Machine codeanyBSD-Style ?
pdbPython debuggerPythonanyPython Software Foundation License3.2.2, Sept 2011


Many more to be sorted

Daftar/Tabel -- debugger front-ends

  • Many Eclipse perspectives, e.g. the Java Development Tools (JDT) [4], provide a debugger front-end.
  • 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 and CDB (debugging example).
    • cgdb — ncurses terminal program that mimics vim key mapping.
    • ccdebug— 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) [5] — includes visual debugging tools based on GDB.
(Sebelumnya) Comparison of assemblersComparison of disc image software (Berikutnya)