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

python - Referencing Data From a 2D Histogram -

php - MySQL LIMIT results with INNER JOIN with more than 2 tables -

c# - Derived UserControl layout resets after build -