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

1

6

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?

Harlequinade answered 17/1, 2013 at 2:36 Comment(4)
are you debugging on device or with the simulator? iOS or Android?Fortyish
iOS and using the emulator. I'm looking at the console log in the Titanium IDEHarlequinade
So when you run your app and you hit an un caught exception you don't get a red line in console showing what the red screen of death showed?Fortyish
What titanium SDK version are you running?Leucocytosis
N
1

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.

Nympholepsy answered 13/7, 2014 at 22:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.