在 Intellij IDEA 中调试 Android Widget
调试小部件时,每个断点都会导致 ANR。
有 Eclipse 解决方案,但是我找不到 IDEA 的解决方案。
When debugging widget, every breakpoint causes ANR.
There is solution for Eclipse, but I can't find solution for IDEA.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我无法重现 ANR。我正在使用 IntelliJ Idea 12,并使用 Android 4.1.2 和 2.3.3 模拟器进行了尝试。
但是,如果您发现 Eclipse 解决方案适合您,还有一种方法可以附加到 IntelliJ 调试器中正在运行的进程。首先,您只需“运行”应用程序,然后使用 这些步骤。我在小部件的 onUpdate() 方法中设置了一个断点,并且它成功运行。
I wasn't able to reproduce the ANR. I'm using IntelliJ Idea 12, tried it with Android 4.1.2 and 2.3.3 emulators.
But if you find that the Eclipse solution is working for you, there is a way to attach to a running process in IntelliJ's debugger as well. First you just "Run" the app, and then attach the debugger to it using these steps. I set a breakpoint in the onUpdate() method of the widget and it worked successfully.