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

Profiler4j

Profiler4j 1.0 Beta2

Profiler4j is a Java CPU profiler 100% portable. Profiler4j's primary goal is to be simple to use by allowing sofisticated UI interactions. If you're unpatient like me, just jump to the getting started section or see some screenshots.But please keep in...

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

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

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

pyrasite

pyrasite 2.0

pyrasite is a Python tool that injects code into a running Python process.Example PayloadsHello Worldpyrasite < PID > payloads/helloworld.pyThis payload is used by the test suite, which can be run by doing:python setup.py testReverse Python Shell$...

Pyshield

Pyshield 1.6.2

Pyshield is an integrated development platform that supports Python script editing, debugging and publish the files written by Python in various forms.The goal of Pyshield is to let you write and debug Python scripts conveniently and easily, then publish...

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

pytrace

pytrace 0.2.1

pytrace is a fast Python tracer that records function calls, arguments and return values.traces aid debugging, profiling and obviate logging.pytrace has been tested on python 2.7 and python 3.2. (should support 2.6 and up)pytrace has been tested on os x...

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