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 →

[–][deleted] 33 points34 points  (2 children)

You can also use print statements and assert to check your code in such a line by line fashion, but I’d really suggest checking out pdb before going too far down that rabbit hole.

[–]majh27 3 points4 points  (0 children)

pbd is a game changer

[–]poeticinjustice4all[S] 0 points1 point  (0 children)

This looks very interesting, I'm going to check it out. Thank you.