-
Notifications
You must be signed in to change notification settings - Fork 97
Notes
Moritz Angermann edited this page Feb 13, 2014
·
5 revisions
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.