Recording instruction/data flow for a python script/program.

Dan Stromberg drsalists at gmail.com
Wed Apr 2 19:16:13 EDT 2014


Google is your friend:
https://docs.python.org/2/library/trace.html

On Wed, Apr 2, 2014 at 4:02 PM, Skybuck Flying
<Windows7IsOK at dreampc2006.com> wrote:
> Hello,
>
> Is there a way for a python script's execution to be capture in an
> instruction/data flow log ?
>
> Since python is an interpreter this should be easy to do ?
>
> Such a feature would then allow the script to be played back in some kind of
> log player for a script or something ?
>
> And compare how the script executed on my PC versus perhaps the recorded
> log.
>
> Or perhaps follow the recorded log to see what happened...
>
> Bye,
>  Skybuck.
> --
> https://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list