Re: [Tutor] Loop-checking question

2007-05-12 Thread Alan Gauld
"Kent Johnson" <[EMAIL PROTECTED]> wrote > I'm not really sure what you expect this view to look like. I don't > know > of any tool that will let you dynamically watch a program as it > executes. Not particularly relevant but there are some commercial tools that do this kind of thing, they are

Re: [Tutor] Loop-checking question

2007-05-12 Thread Kent Johnson
Alan Gilfoy wrote: > My programs often have long, detailed loops in them, and would like > to, as I'm executing the loop, view what part of the loop Python is > currently processing. > > Thus, if my program gets stuck in one part of the loop, I would see that. > Thus, if one part of my loop is

[Tutor] Loop-checking question

2007-05-12 Thread Alan Gilfoy
My programs often have long, detailed loops in them, and would like to, as I'm executing the loop, view what part of the loop Python is currently processing. Thus, if my program gets stuck in one part of the loop, I would see that. Thus, if one part of my loop is never triggered, I would see t