[Tutor] Program Slicing / Trace

Kent Johnson kent37 at tds.net
Thu Jun 25 12:52:50 CEST 2009


On Thu, Jun 18, 2009 at 10:37 AM, Jojo Mwebaze<jojo.mwebaze at gmail.com> wrote:
> Hi Tutor
>
> The problem i have is to see which statements modify my data at execution
> time without referring to the code. Referring to the code is difficult esp
> because of branching. You can never tell before hand which branch execution
> will follow.

Stepping through the code in a debugger can be very helpful, either
pdb or winpdb. You also might look at CodeInvestigator:
http://codeinvestigator.googlepages.com/main

Kent


More information about the Tutor mailing list