Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 608
Oved D Avatar asked Jan 17 '13 02:01

Oved D


1 Answers

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.

like image 100
Chris Magnussen Avatar answered Sep 22 '22 08:09

Chris Magnussen