How do I check Line By Line code Deduge or Run (Titanium)?

I am a new mobile app developer with Titanium. I want a Line-Line Debug. to check for some loop or code. (specifically for "ANDROID") to check where my application is "Crash". Please help me,

Thanks at Advance

+6
source share
1 answer

You need to set Toggle Break by right-clicking, How:

enter image description here

Then right-click on your project and select debug as the Android emulator, Like:

enter image description here

Then press F5 to debug one by one.

You can also find other options. How:

enter image description here

+6
source

Source: https://habr.com/ru/post/908698/


All Articles