문제

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

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top