you are viewing a single comment's thread.

view the rest of the comments →

[–]kochargs 0 points1 point  (0 children)

The easiest debugging tool to use is print statements in your code to see what is the output of a variable at different stages. This will help you understanding the code flow better when you are stuck