Google is your friend:
https://docs.python.org/2/library/trace.html
On Wed, Apr 2, 2014 at 4:02 PM, Skybuck Flying
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 ?
>
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 h