Hi all,

It is my pleasure to announce the first beta release of RevDB: a
"reverse debugger" for Python.

A reverse debugger is a debugger where you can go forward and backward
in time.  RevDB is designed to track down the annoying,
hard-to-reproduce bug in your Python program.  It is based on PyPy,
but it is useful even if you usually run your programs on CPython.

Note that Win32 is not supported so far.  As usual here, this is
Python 2.7 only, but it should not be too hard to add support for
revdb in the py3k/py3.5 branches.

https://bitbucket.org/pypy/revdb/


A bientôt,

Armin
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to