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 -

sql - Postgresql error: "failed to find conversion function from unknown to text" -

c# - Derived UserControl layout resets after build -