Real Time Debugging on Android

Hi Corona,

I would like to inquire if there is a possibility of having a real time debugging using a real android device in corona? It is like I can monitor my logs based on what is happening on my application while running it on a real android device? Are there a plugins that I need to integrate with Corona or third party solutions? 

Thanks,

Daniel

Typically the solution is to override print with a function that adds display.newText to a group that has no parent group, effectively creating an overlay that you can show/hide.

See: http://developer.coronalabs.com/code/activatelua

Typically the solution is to override print with a function that adds display.newText to a group that has no parent group, effectively creating an overlay that you can show/hide.

See: http://developer.coronalabs.com/code/activatelua