AttributeError While Debugging
已回答
Hello!
After running my app successfully, I thought I'd
set a breakpoint and walk through the execution step-by-step. However,
an AttributeError is raised when the debugger tries to connect. I've posted
the traceback below. What would be the reason why the app would run
as expected in the console, but deliver this Error when entering a debug
session?
Thank you!
请先登录再写评论。
Looks like this ticket. Do you perhaps have a module named "queue.py" in your project? If so, rename that file.