Wing Pro 9 freezes when debugging pygame-ce project
I'm using Wing Pro 9.1.1.4 in Ubuntu 22.04.
My project uses pygame-ce (ce is community edition) with Python 3.10.12
When I put a breakpoint to debug my pygame project, Wing IDE freezes and then I must use htop to terminate the process and then restart Wing.
Wing will also freeze sometimes when my code raises an exception. I haven't had this issue with other libraries such as tkinter; I think this issue is specific to pygame. Any ideas?
Comments
I suspect something is going wrong with inspecting data in your code in order to display it in Wing's Stack Data or other debugger tools. Could you please send in a bug report from the Help menu after replicating the problem? That might show us what is failing. You could also try to set the Debugger > Diagnostics > Debug Internals Log File preference and sending us that output (but without the extremely verbose option).