Clint

Clint 0.1.2

Clint is a testbed for static source-code checking techniques. It is currently designed to check C++ for common programmer errors and suggest improvements.What's New in This Release:· This release fixes all known build problems.· If you had...

TOra

TOra 2.0.0

TOra is a Toolkit for Oracle which aims to help the DBA or developer of database application. TOra project features PL/SQL debugger, SQL worksheet with syntax highlighting, DB browser and a comprehensive set of DBA tools.Features:Handles multiple...

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

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

YARI

YARI 2.0.3

YARI is a comprehensive tool suite to debug, spider, spy, inspect and navigate Eclipse based application GUIs (Workbench or RCP).What is new in this release:Bug with setting property fixed: cached values are now synchronised back to viewer model after...

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

PyChecker

PyChecker 0.8.19

PyChecker is a tool for finding bugs in python source code. PyChecker program finds problems that are typically caught by a compiler for less dynamic languages, like C and C . It is similar to lint. Because of the dynamic nature of python, some warnings...

python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes) written in Python.python-ptrace is an open source project written in Python and distributed under GNU GPLv2 license.Features:High level Python object API :...

VimPdb

VimPdb 0.4.5

VimPdb is a module that provides an integration of the Python debugger pdb into the VIM editor. Usage:Python codeUsing vimpdb is easy -- just insert a call to set_trace in your code almost as usual:import vimpdb; vimpdb.set_trace()Then start your python...