Best way to debug a GUI application (particularly in Python)?
问题 So I'm trying to debug this source code (in Python) that I didn't write that has a GUI (Kivy in particular, and I'm trying to figure out what code/event is being triggered when I click on certain things. I try to put in breakpoints for where I think it's going to be triggered, I sometimes find that I'm wrong, and the breakpoint doesn't seem to ever be encountered for what I want. Anyone have any advice for GUI debugging, and figuring out what is being triggered by certain events, especially