python pdb unt at end of loop -


i have been using pdb's "unt" command step on list comprehensions single command. works unless list comprehension happens @ end of loop. "unt" command steps on entire loop.

it seems me flaw in definition of "unt" command. there reason why wasn't defined continuing execution until current line changes, rather waiting increase?

the reason i've encountered far list comprehension spanning multiple lines can stepped out of using "unt" works now. proposal, "unt" remain in list comprehension.


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

android - Associate same looper with different threads -

visual studio 2010 - Connect to informix database windows form application -