Skip to content
Snippets Groups Projects
Commit 0917de0c authored by Armin Rigo's avatar Armin Rigo
Browse files

Mention RevDB from here

parent 92175446
No related branches found
No related tags found
No related merge requests found
......@@ -182,6 +182,11 @@
<li>The most up-to-date <a class="reference external" href="http://buildbot.pypy.org/nightly/trunk/">nightly binary builds</a> with a JIT, if the official
release is too old for what you want to do. There are versions for
different libc on this site too.</li>
<li>Reverse debugger (RevDB): This version enables debugging your Python
programs by going forward and backward in time. See the <a class="reference external" href="https://bitbucket.org/pypy/revdb/">separate
documentation</a>.</li>
</ul>
<ul class="simple">
<li>Sandboxing: A special safe version. Read the docs about <a class="reference external" href="features.html#sandboxing">sandboxing</a>.
(It is also possible to <a class="reference internal" href="#translate">translate</a> a version that includes both
sandboxing and the JIT compiler, although as the JIT is relatively
......
......@@ -189,6 +189,12 @@
release is too old for what you want to do. There are versions for
different libc on this site too.
* Reverse debugger (RevDB): This version enables debugging your Python
programs by going forward and backward in time. See the `separate
documentation`__.
.. __: https://bitbucket.org/pypy/revdb/
* Sandboxing: A special safe version. Read the docs about sandboxing_.
(It is also possible to translate_ a version that includes both
sandboxing and the JIT compiler, although as the JIT is relatively
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment