[pypy-dev] RevDB

2017-01-14 Thread Armin Rigo
Hi all, RevDB (https://bitbucket.org/pypy/revdb), the reverse debugger, was updated to 5.6.x. It contains a few RevDB-specific fixes as well. See the new tag RevDB-pypy2.7-v5.6.1 in the repository, or on direct download at https://bitbucket.org/pypy/pypy/downloads?tab=tags . Please contact me i

[pypy-dev] RevDB released

2016-09-10 Thread Armin Rigo
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