![]() |
Problem debugging across xnetstartup - 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: Problem debugging across xnetstartup (/showthread.php?tid=8238) |
- blkblt - 2004-12-15 hi, i'm trying to get familiar with the tools before i jump into xbmc development. i have a sample app i've built with the xdk, and have my xbox running a debug bios and the xdk launcher. the problem occurs when i try to step over the xnetstartup function. the debugger hangs. if i run the app without breakpoints it works fine. calling wsastartup produces the same problem, so i suspect a network/debug issue. is this normal, and is there a workaround? i can post version information for things but i thought it might be a known issue. thanks, blkblt - blkblt - 2004-12-15 surely someone out there has tried debugging a network-enabled xbox app with visual studio.net...were you able to step through the network initialization alright, or did it hang like it does for me? many thanks, /blkblt - darkie - 2004-12-15 just make sure you're title ip and debug ip are not set to the same ip addres. - blkblt - 2004-12-16 thanks for your reply! i set the debug address in visual studio to match the one in the xdk launcher...where do i set the title ip? thanks, /blkblt - darkie - 2004-12-16 you can set it in your debug dash, else you can read some tutorials at xbox-scene.com. i believe they have a tutorial covering it. - blkblt - 2004-12-16 thanks very much, that fixed the problem! both ip addresses are easily settable in the xdk launcher dashboard. /blkblt |