[BUG] Debugger doesn't work with pressit command
This is a know issue and limitation of our current debugger. Now that I finished my project, maybe we can keep improving on this aspect of the debugger.
Our first step should be looking if we can fix the integration with PyGame and the debugger. If this isn't possible, I think we could add a message to the user with information about the debugger not working this feature.
Maybe this is a problem that @juliabolt would like to tackle in to familiarize with the debugger?
yes I can look into it :)
Now that we replaced the PyGame code with our own implementation on #5117, we can start looking into this now.