6

I am new mobile application developer with Titanium. I want to see Line by Line Debug. for check some loop or code. (specially for the "ANDROID") for Checking where my application is 'Crash'. Please Help Me,

Thanks in Advance

1 Answers1

4

You have to set Toggle Break point by Right click , Like :

enter image description here

Then, Right click on your project and select debug as Android Emulator, Like :

enter image description here

Then Press F5 for line by line debug.

You can also find other options as well.Like:

enter image description here

Maulik
  • 19,348
  • 14
  • 82
  • 137