Reversible Debugging
Stef Mientki
stef.mientki at gmail.com
Sat Jul 4 05:25:38 EDT 2009
Patrick Sabin wrote:
> Hello,
>
> I am interested if there are any python modules, that supports
> reversible debugging aka stepping backwards. Any links or ideas would
> be helpful, because I am thinking of implementing something like that.
>
In some cases it would be nice to have something like that,
specially in combination with a "normal" debugger,
which allows you to change values on the flight,
like winpdb.
cheers,
Stef
> Thanks in advance,
> Patrick
More information about the Python-list
mailing list