Unexpected behavior in PythonWin Debugger

cmedcoff at my-dejanews.com cmedcoff at my-dejanews.com
Fri May 7 19:11:52 EDT 1999


Consider the following.

import sys
for x in sys.argv:
	print x

Debug the following script with the arguments "foo on you". When you press
the "step" button on the line "print x" it steps into the function.  When you
press "step out" the loop runs and you see all output and program
termination. This is not what I would expect.  Shouldn't the function all
return and one can continue to step through the loop iteration?

Chuck

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    




More information about the Python-list mailing list