Kodi Community Forum
Beginner debugging question? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Beginner debugging question? (/showthread.php?tid=53398)



Beginner debugging question? - Harry Muscle - 2009-06-23

I'm doing a bit of debugging in regards to bug http://trac.xbmc.org/ticket/6806. I haven't done coding in a few years, but things are coming back pretty quick. One quick question though that would save me lots of searching. I'm trying to put a break point so I can catch the side arrows being pressed during video playback. Or in other words I'm trying to catch the small seek event. Which file and function should I be looking for?

Thanks,
Harry


- Harry Muscle - 2009-06-23

I think I might have found it. But still if anyone wants to confirm that would be appreciated.

Thanks,
Harry


- Harry Muscle - 2009-06-23

Yup, definitely found it ... and found a fix for the bug I was trying to fix.

Thanks,
Harry


- joebrady - 2009-06-23

Good job! Thanks for your efforts to help the community here!