Hi,
I was able to debug a titanium application on the simulator using Titanium SDK v1.8.1 and iOS SDK 4.2.1
Would like to know if i can debug the application on the device as well.
Thanks and Regards Abhishek
1 Answer
You cant directly debug on a device. You can open the console in xcode and view and Ti.API.xxx() methods that you have called though.
Your Answer
Think you can help? Login to answer this question!