Android Studio Update 3.3.1调试断点的执行速度非常慢?

时间:2019-02-10 22:52:39

标签: android-studio debugging

我已经将Android Studio更新为版本3.3.1,但是现在断点执行得很慢?第一个断点大约需要5分钟才能执行。

任何人都可以告诉我如何使它像以前的版本那样工作吗?

2 个答案:

答案 0 :(得分:0)

当我安装android studio 3.3.2时遇到了同样的问题。每当我尝试调试应用程序时,它的运行速度都会异常缓慢。但最终获得了如下所述的解决方案:

转到调试器并选择视图断点 enter image description here

确保未选中Java方法Breakpoint。 Make sure the Java method Breakpoint is unchecked.

答案 1 :(得分:-4)

只需删除android studio中的所有分手点,然后自动进行android调试就会很快。

删除所有断点步骤: 转到调试器,然后选择红色按钮,它将弹出所有调试器断点,然后删除。

相关问题