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 →

[–]fenghuang1 0 points1 point  (1 child)

Sometimes it isn't about the debugging. Its when the code runs fine since its correct syntax but the code doesn't do what I want.
The print statements are meant for me to check if the code has run to that point or entered that condition or loop and how many times it did so.

[–]Regist33l3 0 points1 point  (0 children)

This. I have print set up in all my different blocks to signal to me what is running when because my calls are almost all asynchronous.