xcode - Is it possible to easily debug an iPhone serial-port app? -
Now I connect my iPod Touch (IOS 4 jailbroken) with eComote (a small embedded system) via serial port I am trying to I just follow this instruction:
All things are well running, apart from this, I need to move my application / application / mapp.ap and send it to 777. However, it is difficult to debug because I do not use Xcode to run the app directly, is it possible to debug it with Xcode? Or how can I link to an additional console to show NSLog / printf messages?
You enable syslog package syslog in Syslog, then tail -f / var Use / log / syslog
to capture NSLog
/ printf
from the SSH shell to capture the statement.
Comments
Post a Comment