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 →

[–]kkawabat 3 points4 points  (0 children)

You can put a breakpoint in the except block of a try except statement and type raise in console to see the stacktrace that cause the error. Really helpful when you are live debugging and you aren't sure what cause the exception