"elwood" <epolomsk@[EMAIL PROTECTED]
> wrote in message
news:6e6ba6f7-5c0e-4783-a79c-2f329e2686ee@[EMAIL PROTECTED]
> On Mar 27, 11:15 pm, David Fanning <n...@[EMAIL PROTECTED]
> wrote:
....
> I'm reasonably sure its not an infinite loop
> because I had one guy add bunches of print statements,
> including some that were placed prior to any of his loops,
> immediately after the program started.
you may have to flush the prints.
Put in some stops. (at the beginning of the program,
since you seem to think it doesn't even start going,
and before and after the loop)
You could put a if counter gt 1000 then stop
inside the loop to see if you reach it (choose an appropriate number)
And print out a counter in the loop.
Cheers,
bob


|