Reputation: 7442
It seems like at runtime all uncaught errors in appcelerator get swallowed by the titanium IDE and never show up in the console log. How can you get rid of this behavior and make sure the errors show up there?
Upvotes: 6
Views: 901
Reputation: 1527
Make sure you have set the correct log level. Read more at appcelerator's Blog - Changing the log level in TiStudio
As stated in the article, Trace
will give you more details.
Upvotes: 1