continue out of a loop in pdb

Gary Wessle phddas at yahoo.com
Sun May 14 14:07:00 EDT 2006


Hi

using the debugger, I happen to be on a line inside a loop, after
looping few times with "n" and wanting to get out of the loop to the
next line, I set a break point on a line after the loop structure and
hit c, that does not continue out of the loop and stop at the break
line, how is it down, I read the ref docs on pdb but could not figure
it out.

thanks



More information about the Python-list mailing list