GDB

GDB 8.1.1 updated

GDB (also known as GNU Project debugger) is an open source and free command-line software that allows users and developers alike to see what is going on `inside' another program, while it is executed, or why an application is crashing at a certain...

gDEBugger

gDEBugger 4.5

gDEBugger does what no other OpenGL tool can - lets you trace application activity on top of the OpenGL API to see what‘s happening within the graphic system implementation. gDEBugger saves you time by locating "hard-to-find" bugs caused by the...

glibc-audit

glibc-audit 2.4-4

glibc-audit is a modified version of glibc for application developers who check their code with an automatic memory access checker such as valgrind, Insure , or Purify.glibc-audit has been audited and cleaned up so that reports from the developer's use...

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...

What about running nose with a smarter interactive debugger?Use this and never risk yourself forgetting import pdb; pdb.set_trace() in your code again!ipdbplugin is a nose plugin that's 99.99% based on nose's builtin debug plugin.If you have any ideas...

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...

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,...

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...

KDbg

KDbg 2.5.5 updated

KDbg is an open source and free graphical software implemented in C++ and designed from the offset to act as a GUI (Graphical User Interface) front-end for GDB application, also known as the GNU debugger. It is tailored specifically for the KDE Plasma...

Kodos

Kodos 2.4.9

Kodos is a Python GUI utility for creating, debugging and testing regular expressions for the Python programming language. Kodos should aid any developer to efficiently and effortlessly develop regular expressions in Python.Since Python's implementation...