ipdb debugger, step out of cycle
I believe this is the intent of the until command. It’s like a next except that when a jump occurs to a previous line number for the loop, it will continue until exiting the loop. unt(il) Continue execution until the line with a number greater than the current one is reached or until the current … Read more