RSS 150 projects tagged "Debuggers"

Download Website Updated 29 May 2006 avrmon-stk200

Screenshot
Pop 55.41
Vit 2.37

avrmon-stk200 is a port of Denis Chertykov's Linux debug monitor system for Atmel AVR microcontrollers. It is compatible with the connection scheme used in Atmels "STK200 Starter Kit", as opposed to the original version that used the "DAPA" (Alex's Direct Avr Parallel Access) scheme. In short, the monitor system allows you to do in-systems source-level debugging on AVR microcontrollers with gdb (avr-gdb).

Download Website Updated 22 Jan 2008 C++ Debugging Support library

Screenshot
Pop 254.05
Vit 10.63

Libcwd is a full-featured and well-documented library that assists C++ developers with debugging their applications. It includes support for ostream-based debug output, custom debug channels and devices, memory allocation debugging, run-time sourcefile:linenumber information, and demangled type names of variables. It is thread-safe.

Download Website Updated 30 Jan 2001 call2sym

Screenshot
Pop 60.99
Vit 1.00

call2sym converts a Linux kernel system call stack trace into symbolic names (via System.map). This allows you to quickly determine exactly which functions were executing when the kernel panicked.

Download Website Updated 24 Nov 2002 cingb

Screenshot
Pop 81.17
Vit 2.42

cingb is an attempt to write a Gameboy emulator for all kinds of platforms. It plays Gameboy and Gameboy Color ROMs, includes a debugger for step-by-step analysis of Gameboy programs and might be also interesting for educational purposes.

Download Website Updated 10 Dec 2006 CMU Common Lisp

Screenshot
Pop 197.84
Vit 3.40

CMUCL is a free, high performance implementation of the Common Lisp programming language which runs on most major Unix platforms. It mainly conforms to the ANSI Common Lisp standard. CMUCL provides a sophisticated native code compiler; a powerful foreign function interface; an implementation of CLOS; the Common Lisp Object System; which includes multimethods and a metaobject protocol; a source-level debugger and code profiler; and an Emacs-like editor implemented in Common Lisp. CMUCL is maintained by a team of volunteers collaborating over the Internet, and is mostly in the public domain.

No download Website Updated 09 Mar 2006 Code Medic

Screenshot
Pop 74.76
Vit 4.95

Code Medic provides access to the power of gdb with an intuitive front end. It currently supports opening multiple source windows at once, setting/clearing breakpoints while the program is running, watching variables change in the variable tree as you step through code (even with nested structs), text searching through source, and integration with Code Crusader to provide a rapid, efficient develop-debug cycle.

No download Website Updated 18 Jul 2002 Dynamic Probes

Screenshot
Pop 82.41
Vit 3.91

Dynamic Probes (Dprobes) is a generic and pervasive system debugging facility that will operate under the most extreme software conditions such as debugging a deep-rooted operating system problem in a live environment. Dprobes allows the insertion of fully automated breakpoints or probepoints anywhere in the system and user space. Each probepoint has an associated set of probe instructions that are interpreted when the probe fires. These instructions allow memory and CPU registers to be examined and altered using conditional logic. When the probe command terminates, prior to returning to the probed code, a syslog record may be optionally generated.

Download Website Updated 27 Feb 2004 Java Development Environment for Emacs

Screenshot
Pop 157.33
Vit 2.57

Java Development Environment for Emacs (JDEE) is an Emacs-based integrated development environment (IDE) for developing Java applications and applets. Features include multiple code browsers, a JPDA-based debugger, method and field completion, template-based and procedure-based code generation, Java source code interpreter, context-sensitive help, and more.

Download Website Updated 30 Jan 2001 gramdiag

Screenshot
Pop 29.85
Vit 1.00

gramdiag is a utility to analyse the output generated by 'bison -v', and report more information about the circumstances leading to shift/reduce and reduce/reduce conflicts in the input grammar.

No download Website Updated 17 Jun 1998 GRASP

Screenshot
Pop 71.94
Vit 73.81

The GRASP Project has created an algorithmic-level graphical representation for software called the Control Structure Diagram (CSD). The CSD was created to improve the comprehension efficiency of Ada source code and, as a result, improve software reliability and reduce software costs. Since its creation, the CSD has been expanded and adapted to include other languages. GRASP provides the capability to generate CSD's from Ada 95, C, C++, Java, and VHDL source code in both a reverse and forward engineering mode with a level of flexibility suitable for professional application. GRASP has been integrated with the GNU family of compilers for Ada (GNAT) and C (gcc), and Sun's javac compiler for Java. Use of GRASP is not restricted to these compilers, however. This has resulted in a comprehensive graphically-based development environment for these languages. The user may view, edit, print, and compile source code as CSDs with no discernible addition to storage or computational overhead.

Screenshot

Project Spotlight

nrun

A tool that runs a commands or scripts on multiple servers synchronously.

Screenshot

Project Spotlight

AutoArchive

A simple backup utility.