Android Eclipse 断点问题
我正在为我的 Android 应用程序使用 Eclipse 3.6,我不知道如何在 Eclipse 中调试和插入断点,所以您能给我任何链接或指导我吗?我尝试在谷歌上搜索很多,但没有一个很容易理解。
我也尝试过这个链接: https://www.ibm.com/developerworks/library/os-ecbug/ 但这也没有帮助。
i am using eclipse 3.6 for my android app and I dont know how to debug and insert a break point in eclipse so can you please give me any link or guide me. I tried a lot to search on google but none of them were easy to understand.
i also tried this link:
https://www.ibm.com/developerworks/library/os-ecbug/
but that was also not helpful.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这应该不难。您可以通过右键单击代码左侧的灰线然后选择“切换断点”来插入断点。应该会出现一个圆圈。
为了使断点处于活动状态,请在调试模式下启动应用程序。您可以通过单击“错误”图标(“调试为..”)来完成此操作。
This shouldn't be difficult. You insert a breakpoint by right-clicking at the gray line at the left of your code and then selecting "Toggle breakpoint". A circle should appear.
In order for the breakpoint to be active, start your application in debug mode. You do that by clicking at the "bug" icon ("Debug as..").