hedy icon indicating copy to clipboard operation
hedy copied to clipboard

[BUG] Debugger doesn't work with pressit command

Open jpelay opened this issue 2 years ago • 3 comments

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.

jpelay avatar Nov 16 '23 17:11 jpelay

Maybe this is a problem that @juliabolt would like to tackle in to familiarize with the debugger?

jpelay avatar Nov 16 '23 17:11 jpelay

yes I can look into it :)

juliabolt avatar Nov 17 '23 10:11 juliabolt

Now that we replaced the PyGame code with our own implementation on #5117, we can start looking into this now.

jpelay avatar Mar 27 '24 02:03 jpelay