UpStare

UpStare 0.12.9

The program code and the program state are updated immediately in a single step.It is not necessary to wait indefinitely for a quiescent program state. A running algorithm can be updated midstream its execution and resumed from a different point (not...

Valgrind

Valgrind 3.10.1

Valgrind is an open source application that provides software developers with one of the best and most used tools for automatic discovery of memory threading and management bugs on their projects.In other words, it can be used to greatly speed up your...

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

Visual xsltproc is a tool which helps a developer to write xslt file, and debug it to find errors. It writes xml, and generates XML (Syntax highlighting of XML & line Nr.). Finally if the result is XSL-FO it generates the pdf on Apache FOP java. Build on...

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

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