Projects tagged ‘debuggers’


[19 total ]
528

GDB

   
Primary Language: C Licensed as: GNU General Public License 2.0

GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes -- or what another program was doing at the moment it crashed. GDB can do four main kinds of things (plus other things in support of ... [More] these) to help you catch bugs in the act: * Start your program, specifying anything that might affect its behavior. * Make your program stop on specified conditions. * Examine what has happened, when your program has stopped. * Change things in your program, so you can experiment with correcting the effects of one bug and go on to learn about another. The program being debugged can be written in Ada, C, C++, Objective-C, Pascal (and many other languages). [Less]

Metrics updated 29 Aug 08

254

Valgrind

   
Primary Language: C/C++ Licensed as: GNU General Public License 2.0

Valgrind is an award-winning suite of tools for debugging and profiling Linux programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making ... [More] your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. The Valgrind distribution currently includes four tools: a memory error detector, a cache (time) profiler, a call-graph profiler, and a heap (space) profiler. [Less]

Metrics updated 29 Aug 08

114

MinGW - Minimalist GNU for Windows

   
Primary Language: C/C++ Licensed as: GNU General Public License 2.0,Public Domain

MinGW: import libraries and header files for use with GCC to build native Windows applications; now with added extensions to the MSVC runtime to support C99 functionality.

Metrics updated about 11 hours ago

24

DDD - Data Display Debugger

   
Primary Language: C++

GNU DDD, the Data Display Debugger, is a GUI to command-line debuggers like GDB, DBX, JDB, XDB, Ladebug, WDB, the Perl debugger, or the Python debugger. It provides a graphical data display where complex data structures can be explored incrementally and interactively.

Metrics updated about 5 hours ago

9

Venkman

 
Primary Language: JavaScript Licensed as: GNU General Public License 2.0,GNU Lesser General Public License 2.1,Mozilla Public License 1.1

Venkman is the code name for Mozilla's JavaScript Debugger. Venkman aims to provide a powerful JavaScript debugging environment for Mozilla based browsers, including Firefox 2.x, the Netscape 7.x series of browsers and Mozilla Seamonkey 1.x. It does ... [More] not include Gecko-based browsers such as K-Meleon 1.02, Galeon 2.x and Netscape 8.x. The debugger is available as an add-on package in XPI format and has been provided as part of the Mozilla install distribution since October 3rd 2001. [Less]

Metrics updated 29 Aug 08

8

Nemiver Debugger

 
Primary Language: C++ Licensed as: GNU General Public License 2.0

Nemiver is a graphical debugger for GNOME, based on gdb. It is intended to be a no-nonsense debugger, allowing you get things done without requiring you to remember any arcane command names or key combinations. It is written in C++, using the gtkmm toolkit.

Metrics updated about 18 hours ago

4

Eric

   
Licensed as: GNU General Public License 2.0

Python IDE written in PyQt. Supports debugging (breakpoints, watch, ...), threads debugging, syntax highlighting, code templates, code completion, macros, ...

3

SPE

 
Primary Language: Python Licensed as: GNU General Public License 2.0

Free python IDE for Windows,Mac & Linux with UML,PyChecker,Debugger,GUI design,Blender & more

Metrics updated about 5 hours ago

3

TOra

   
Primary Language: C/C++

TOra is a Toolkit for Oracle which aims to help the DBA or developer of database application. It features an SQL worksheet with PL/SQL block parsing, a PL/SQL debugger and editor with syntax highlighting, a Schema browser, UNICODE support, printing, and a full suite of DBA management tools.

Metrics updated about 14 hours ago

3

eper

 
Primary Language: Erlang Licensed as: MIT License

a set of tools for performance tuning and debugging Erlang code

Metrics updated 29 Aug 08