我如何检查逐行代码 Deduge 或 Run (Titanium)?
我是 Titanium 的新移动应用程序开发人员。我想看看逐行调试。用于检查某些循环或代码。 (特别针对“ANDROID”) 用于检查我的应用程序“崩溃”的位置。请帮助我,
提前致谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须通过右键单击设置切换中断点,例如:
然后,右键单击您的项目并选择调试为 Android 模拟器,例如:
然后按 F5 进行逐行调试。
您还可以找到其他选项。例如:
You have to set Toggle Break point by Right click , Like :
Then, Right click on your project and select debug as Android Emulator, Like :
Then Press F5 for line by line debug.
You can also find other options as well.Like: