Skip to content
Moritz Angermann edited this page Feb 13, 2014 · 5 revisions

debugserver

To peek into the xcode/lldb - debug server communication, run the app in the debugger, stop and enable gdb-remote packet logging

(lldb) log enable gdb-remote packets

upon a second run lldb will spew out all the communication that went over the wire to the debug server.

This leads me to believe we need to send an ACK for each received message. Which for now hinders iOSConsole in certain scenarios to start an application and hang.

Clone this wiki locally