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

2014-04-02 Thread Dan Stromberg
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 ? >

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

2014-04-02 Thread Skybuck Flying
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