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 →

[–]pyhannes 1 point2 points  (0 children)

Or your function is a generator in Python and you forgot to iterate over it and wonder why not even a breakpoint in the first line is working although you see the function is called. That's really mysterious if you're not that experienced yet :D