Kodi Community Forum
Debug problem - 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: Debug problem (/showthread.php?tid=4001)



- bompy - 2004-06-05

heya,
when i have to start it in debug mode, i've got every breakpoints for reading the setting file. but when i let it run it losses it's network connection... no ping, no screen capture, nothing... cause the it coudn't connect to the xbox any more... my pc looses any connection with it. does anyone meet this problem?

regards,
bompy


- Butcher - 2004-06-07

make sure your debug ip and title ip are set to different values in the xdk config.


- bompy - 2004-06-10

and why is that?
i did finally debug, but after i set a breakpoint after on line 503 in file xbmc\util.cpp. what happened? i think, after call of xnetstartup(..) some parts of the network connection was closed and a timeout was expected. but whenever i wait in this point it goes then further... ph, don't know what can i say, but now it works... perhaps, som firewall parts from the xbox?!?


- elupus - 2004-06-10

you need a diff ip for debuging as xbmc will reset the other ip during startup or atleast mess with it.


- bompy - 2004-06-12

thanks elupus, i think this is it Smile