Hey guys,
My app is running perfectly fine in the OS X simulator. However when I build for device, my app is having some runtime errors, but I have no idea what the problem is or what is happening.
What options do I have to figure out what it is in my code that is causing my app to throw runtime errors? Is there a way to catch these and display them in a “native.showAlert”?
I ran it on my Android phone and was able to use “Catlog”, but even there all it says is that there are runtime errors and stack traceback, etc. No line numbers are displayed or anything.
None of this gives me a single clue of what is wrong with my code, any thoughts would be well appreciated.
I did find this link :http://www.coronalabs.com/blog/2013/03/06/run-time-error-handling/?utm_source=newsletter&utm_medium=email&utm_campaign=030713
It talks about how Corona is supposedly going to catch runtime errors automatically, but I never have it do it. I am running the latest daily build.