Projects tagged ‘debugger’


[24 total ]
1073

Firebug

   
Primary Language: JavaScript Licensed as: Mozilla Public License 1.1

Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.

Metrics updated about 6 hours ago

531

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 02 Sep 08

133

FindBugs

   
Primary Language: Java Licensed as: GNU Lesser General Public License 2.1

FindBugs looks for bugs in Java programs. It can detect a variety of common coding mistakes, including thread synchronization problems, misuse of API methods, etc. It is written in the GJ dialect of Java, and will run on any Java VM compatible with Sun's JDK 1.4.0 or later. It includes both GUI (Swing) and commandline frontends.

Metrics updated 03 Sep 08

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 02 Sep 08

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 04 Sep 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 04 Sep 08

5

pycallgraph

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

pycallgraph is a Python library that creates call graphs for Python programs.

Metrics updated 02 Sep 08

4

Piklab

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

Piklab is an integrated development environment (IDE) for applications based on Microchip PIC and dsPIC microcontrollers similar to the MPLAB environment. It integrates with several compiler and assembler toolchains (like gputils, sdcc, c18) and with ... [More] the GPSim simulator. It supports the most common programmers (serial, parallel, ICD2, Pickit2, PicStart+), the ICD2 debugger, and several bootloaders (Tiny, Pickit2, and Picdem). It was started from Pikdev sources: http://pikdev.free.fr [Less]

Metrics updated about 6 hours ago

3

eper

 
Primary Language: Erlang Licensed as: MIT License

a set of tools for performance tuning and debugging Erlang code

Metrics updated 03 Sep 08

3

strace

 
Primary Language: C Licensed as: BSD-ish License

strace is a system call tracer, i.e. a debugging tool which prints out a trace of all the system calls made by a another process/program.

Metrics updated 03 Sep 08