1) Use the debugserver which he sent
2) Answer these questions
- Windows or Mac?
- If Windows, do you have access to Mac. If yes, install xCode and use Phoenix's tutorial on building debugserver and build it for yourself.
3)After you do all this, find your IP address as well as IP address of iPad
- For windows, open network and sharing, click name of WiFi, details then find the IP (eg. 192.168.20.120)
- For mac, open settings > network settings, you can see your ip there.
- For iPad, settings > wifi > click i
4)After this, open Terminal/PuTTy and ssh to ipad
-Type "debugserver com.pu.ter.ip:1234 --attach=pid"
-put computer ip in the area and set port anything except 20-25 just in case.
5) On your lldb terminal window (if on windows, you need special app). If on mac, just Terminal, then type lldb.
- Type "process connect connect://ip.ad.ip.here:1234"
port should be same as what you used for computer.
6) once you click enter, app will freeze and it will take some time till some stuff becomes visible on your computer lldb side.
- IF you did it right, when you press enter after lldb command, it will say something like "waiting for debugging instructions from computerip:port"
- After the extra stuff is there and you see (lldb), press c and enter and game will resume
7) IF YOU GET ERROR ANYWHERE, Take a screenshot, reply with quote