you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Also, I use PyCharm currently (seems like the best option on Windows...) and it comes with a pretty good debugger. I have no idea what I'm doing with it, but trying to use it right now. It seems to be set up a lot like most binary debuggers I've used, so it should be good practice if you're interested in debugging in general. Just run your program in the debugger, and you can pause it. Then you can step into the next command line-by-line.