ltrace

ltrace 0.7.2

ltrace is a debugging program which runs a specified command until it exits.It can also intercept and print the system calls executed by the program.The program to be traced need not be recompiled for this, so you can use it on binaries for which you...

dprintf

dprintf 0.01

This is an open source Java implementation of the dprintf command-line UNIX utility, which prints to a file descriptor. It features printf-like format strings.However, it is modified in such a way that the generated output will automatically contain...

exude

exude 0.7.3

exude is an open source, simple and easy to use memory debugger for UNIX systems, including Linux and BSD, implemented as a shell script.Created by the same company that developed the amazing Cyphertite software, a cryptography tool for securely...

jarvis

jarvis 0.1.2

Jarvis is a Python module that was inspired by works of http://worrydream.com/ Bret Victor, especially his talk http://www.youtube.com/watch?v=PUv66718DII "Inventing on Principle" . The central idea is that the feedback loop when you are coding should be...

otrace

otrace 0.303.9

otrace is an object-oriented Python debugger for nonlinear tracing of asynchronous or multithreaded interactive programs. It addresses some of the limitations of sequential debugging techniques which do not work well with server programs, where...

LMDBG

LMDBG 1.2.0

LMDBG is an application that allows detecting memory leaksand double frees. However, unlike others, LMDBG generates *FULL* stacktracesand separates logging from analysis thusallowing to analyse an application on per-module basis.- lmdbg-run is a main...

JSwat is an open source, graphical and stand-alone Java debugger that uses the JPDA library.JSwat Java Debugger offers breakpoints with monitors and conditions, colorized source code display, single-stepping, displaying variables, viewing stack frames,...

Linaro GDB

Linaro GDB 7.6 2013.05

The Linaro GDB project is a branch of FSF GDB to stage new features, patches etc., stabilized for consumption by Linux distributions.It also features parts of the CodeSourcery patchset.What is new in this release:Linaro GDB 7.6 2013.05 is identical to the...

termdebug

termdebug 2.1

termdebug is an open source software that provides a collection of command-line utilities to replay and record the output and input of terminal apps.termdebug is specially designed to help programmers who want to develop and debugg terminal apps.What is...

PuDB

PuDB 2013.3.2

The PuDB project is a visual debugger for Python. It runs in the same terminal where you run your code.Installation:Installing it is as easy as:easy_install pudbFeatures:Easy to use! Syntax Highlighting Offers Better situational awareness than...