Corona doesn’t have this feature, you can create your own console or you can do the following:
-
Put this in the top of your main.lua file [lua]io.output():setvbuf(‘no’)[/lua] This will output any print requests in your mac’s console.
-
Build for device and add your app to the device using XCode’s Organizer. (Window>Organiz
-
When you select your device you can view the console while the devices is tethered and running your app. When your print calls fire in your app, the console will print those.
That’s about the best debugging you will get while using the app on the device.
You can also do the same thing in the XCode iOS Simulator by opening the console while running the app.
Hope this helps. [import]uid: 63800 topic_id: 23273 reply_id: 93155[/import]