There is a part in my program which does not work as intended. My idea is to see what happens using the debugger of Pycharm Community Edition. However, the program freezes/crashes during the debugging which obviously makes debugging difficult as the program is a breakout clone.
The game is playable if I just run the program without debugger.
I am not posting any code right now as I think that I have a general issue here.