Alleyoop

Alleyoop 0.9.8

Alleyoop is a GNOME front-end to the popular Valgrind memory debugger.Alleyoop is a graphical front-end to the increasingly popular Valgrind memory checker for x86 GNU/ Linux using the Gtk+ widget set and other GNOME libraries for the X-Windows...

debug

debug 0.2.0

debug is a fancy debugger in a single statement.People debug with print. It's great in simple cases. Another debugging tool, pdb, is less popular as it requires more effort: one has to do a Google search, skim through documentation, type some long...

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

radare

radare 1.5.2

radare is a toolchain that aims to create a complete set of utilities for handling binary files from the command line. The project is mainly an hexadecimal editor for the command line but with advanced features.There are extensions for debugging processes...

PureTest

PureTest 4.3

PureTest software is used to setup scenarios of tasks, execute and debug them. Even though it supports testing a variety of applications it is especially useful for debugging and snooping of web applications. PureTest includes a HTTP Recorder and Web...

Meliae

Meliae 0.4.0

Meliae is an application similar to heapy (in the 'guppy' project), in its attempt to understand how memory has been allocated.Currently, its main difference is that it splits the task of computing summary statistics, etc of memory consumption from the...

PyXMPP

PyXMPP 1.1.2

PyXMPP is a Jabber/XMPP implementation for Python.PyXMPP provides most core features of the XMPP protocol and several JSF-defined extensions. PyXMPP provides building blocks for creating Jabber clients and components. Developer uses them to setup XMPP...

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

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

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