Re: Event debugger
| Newsgroups | gmane.comp.python.tkinter |
|---|---|
| Message-ID | <[email protected]> |
Hello Vasilis, >So my questions is, does it exist any event debugger so I can monitor >the events on a specific widget to find out what happens in between > the two clicks? if your on X11 xev (+ possibly a pipeline through grep) might be sufficient for your debugging needs. I'm not a heavy user of xev, though. Hope this helps, Matthias And Happy New Year to all the list :-)