SW Name |
Home page |
Downloaded |
Code Medic |
http://www.newplanetsoftware.com/medic/ |
6849x |
The standard Linux / UNIX debugger, gdb, is extremely powerful, but its command line interface can be quite intimidating and painful to use. Code Medic is compatible with all versions of gdb and provides an elegant, graphical interface to its most important features. gdb currently supports C/C++, Java, PalmOS, various embedded systems, Assembly, FORTRAN, and Modula-2.
|
|
Insight, the GDB GUI |
http://sources.redhat.com/insight/ |
5276x |
Very good front-end for gdb. Can be controlled with mouse and with standard gdb commands.
|
|
UPS |
http://ups.sourceforge.net/main.html |
4766x |
UPS is a source level C and C++ debugger that runs under X11. Fortran is also supported on some systems. It's a very light debugger, but is quite efficient and works well.
|
|
The HT Editor |
http://hte.sourceforge.net/ |
4665x |
HT is a file editor/viewer/analyzer for executables.
|
|
CGDB |
http://tgdb.sourceforge.net/ |
4334x |
CGDB is a curses-based interface to the GNU Debugger (GDB). The goal of CGDB is to be lightweight and responsive; not encumbered with unnecessary features.
|
|
KDbg |
http://www.kdbg.org/ |
4257x |
KDbg is a graphical user interface to gdb, the GNU debugger. It provides an intuitive interface for setting breakpoints, inspecting variables, and stepping through code.
|
|
Fenris |
http://lcamtuf.coredump.cx/[..]s/devel.shtml |
4181x |
Fenris is a multipurpose tracer, debugger, and code analysis tool that detects and documents high-level language constructions, can recover symbols, graph program execution flow, detect internal functions, recover symbol tables, and deal with anti-debugging protection. It features a command-line interface as well as a SoftICE-alike GUI and Web frontend.
|
|
JSwat Java Debugger |
http://www.bluemarsh.com/java/jswat/ |
4126x |
JSwat is a graphical, stand-alone Java debugger, using the JPDA library.
|
|
Memgrep |
http://www.hick.org/code.html |
4006x |
Search/replace/dump memory from running processes and core files.
|
|
Bash Debugger |
http://bashdb.sourceforge.net/ |
4002x |
The Bash Debugger Project contains patched sources to BASH that enable better debugging support as well as improved error reporting.
It contains step-by-step running, breakpoints, etc.
|
|
Gubed |
http://gubed.sourceforge.net/ |
3931x |
Gubed is a PHP Debugger.
|
|
FindBugs |
http://findbugs.sourceforge.net/ |
3915x |
FindBugs looks for bugs in Java programs. It can detect a variety of common coding mistakes.
|
|
dbvi |
http://dbvi.sourceforge.net/ |
3872x |
dbvi is a UNIX terminal-based interface to the gdb debugger. It tightly integrates a vi session with the usual gdb command line.
|
|
StDB |
http://joost.sourceforge.net/[..]DB/index.html |
3671x |
StDB is a debugger for the Joost Streaming Transformations for XML (STX) processor, which implements a one-pass transformation language for XML documents that builds on the Simple API for XML (SAX). STX is intended as a high-speed, low memory alternative to XSLT.
|
|
coretrace |
http://www.arbetsmyra.dyndns.org/coretrace/ |
3548x |
Coretrace is a lightweight tool for debugging of embedded Linux applications.
|
|