[pypy-dev] Dontbug: A reversible debugger for PHP (similar in concept to RevDB for Python/PyPy)

Maciej Fijalkowski fijall at gmail.com
Fri Oct 21 01:28:42 EDT 2016


Hi Sidharth

I see dontbug is based on rr - I would like to know how well rr works
for you. We've tried using rr for pypy and it didn't work as
advertised. On the other hand it seems the project is moving fast, so
maybe it works these days

On Thu, Oct 20, 2016 at 9:50 PM, Sidharth Kshatriya
<sid.kshatriya at gmail.com> wrote:
> Dear All,
>
> There have been some interesting blogs about RevDB a reversible debugger for
> Python on the PyPy blog.
>
> I'd like to tell you about Dontbug, a reversible debugger for PHP that I
> recently released. Like RevDB, it allows you to debug forwards and backwards
> -- but in PHP.
>
> See:
> https://github.com/sidkshatriya/dontbug
>
> For a short (1m35s) demo video:
> https://www.youtube.com/watch?v=DA76z77KtY0
>
> Why am I talking about this in a PyPy mailing list :-) ? Firstly, because I
> think reverse debuggers for dynamic languages are relatively rare -- so its
> a good idea that we know about each other! Secondly, the fact that there are
> more and more reversible debuggers for various languages every year means
> that reverse debugging is definitely entering the mainstream. We could be at
> an inflexion point here!
>
> Hope you guys find Dontbug interesting!
>
> Thanks,
>
> Sidharth
>
>
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>


More information about the pypy-dev mailing list