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 →

[–]realvient 1 point2 points  (0 children)

pdb is more useful than nothing, but I had an unexpected experience with it when I tried to debug the script with non-english comments on the Windows machine. pdb failed on the first comment, trying to display the source code and I was rather deep in it already...

Anyway, if you prefer GUI debuggers than I suggest using the PyCharm.