Oved D
Oved D

Reputation: 7442

How can you get appcelerator titanium studio to show uncaught runtime errors in the console log?

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

Answers (1)

Chris Magnussen
Chris Magnussen

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

Related Questions