D-Feet

D-Feet 0.3.13 updated

D-Feet is an open source software project designed from the ground up for GNOME/GTK+ developers who are looking for a simple and easy to use tool to inspect D-Bus interfaces of running applications, as well as to call the methods on those...

Cleaner

Cleaner 0.1

Cleaner is a Java beautifier that transforms ugly syntax into beautiful syntax. The Java code syntax is parsed using ANTLR and then printed to standard output.Source is included. Something like this: public void foo(String bar) { ...

jTracer

jTracer 1.03

jTracer is an open source, free and cross-platform software project distributed as part of the libcsdbg and designed from the offset to act as a stack trace visualization utility, supporting all mainstream operating systems and applications written in...

Memcheck provides the ability to fault on pointer overrun (read or write) or freed pointer deference (read or write), logs double free and realloc of already freed pointers and memory not freed on exit, checks for pointer underrun on free and realloc,...

interruptingcow is a generic Python utility that can relatively gracefully interrupt your code when it doesn't execute within a specific number of seconds:from interruptingcow import timeouttry: with timeout(5): # perform a potentially very slow...

xtrace

xtrace 0.4

xtrace is a Python module that prints function trace to stdout from the moment it is called:import xtracextrace.start()...xtrace.stop()The output format is that of Xdebug http://xdebug.org/docs/execution_trace But frankly, I didn't have time to polish it...

GNU DDD is a graphical front-end for command-line debuggers such as GDB, DBX, WDB, Ladebug, XDB, JDB, the Perl debugger, the bash debugger, or the Python debugger.Besides "usual'' front-end features such as viewing source texts, DDD has become famous...