Projects tagged ‘debuggers’


[78 total ]

813 Users
   

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 ... [More] kinds of things (plus other things in support of 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]
Created over 3 years ago.

407 Users
   

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 ... [More] , avoiding hours of frustrating bug-hunting, making 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]
Created over 3 years ago.

207 Users
   

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.
Created over 3 years ago.

115 Users
   

The KDevelop project was founded in 1998 to build up an easy to use IDE (Integrated Development Environment) for KDE. Since then, the KDevelop IDE is publicly available under the GPL and supports many programming languages.
Created over 3 years ago.

37 Users
   

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 ... [More] complex data structures can be explored incrementally and interactively. [Less]
Created over 3 years ago.

12 Users

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 ... [More] combinations. It is written in C++, using the gtkmm toolkit. [Less]
Created over 3 years ago.

11 Users
   

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

10 Users

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 ... [More] series of browsers and Mozilla Seamonkey 1.x. It does 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]
Created over 3 years ago.

9 Users
   

Free python IDE for Windows,Mac & Linux with UML,PyChecker,Debugger,GUI design,Blender & more
Created over 3 years ago.

6 Users
   

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 ... [More] highlighting, a Schema browser, UNICODE support, printing, and a full suite of DBA management tools. [Less]
Created over 3 years ago.