On Thu, Jun 18, 2009 at 10:37 AM, Jojo Mwebaze<jojo.mweb...@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 _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor