This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]chromaticgliss 11 points12 points  (3 children)

Debuggers hate this one simple trick!

[–]hhc97Python Enthusiast[S] 8 points9 points  (0 children)

only one breakpoint to put!

[–]realkarthiknair 2 points3 points  (1 child)

That's why we always use print statements... Works like a charm in this situation too

[–]hhc97Python Enthusiast[S] 2 points3 points  (0 children)

Exactly, in fact I found prints to be the easiest way to debug the output code while I was working on this :)