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
Post a Comment