Karsten Brodmann
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created PyCharm debugger chrashes when there is a class named Queue in the project
I have implemented an abstract class called Queue in my project. The PyCharm debugger then no longer works. It obviously tries to load this class for its own purposes. If I rename my class, for exa...