Android Studio调试器非常慢。

huangapple go评论63阅读模式
英文:

android studio debugger verry slow

问题

我最近切换到了Kotlin,并且使用了Android Studio Electric Eel(2022.1.1 Patch 1)版本。

现在我不知道是Kotlin的问题还是新版本的Studio的问题,但自从那时起,我的调试器在评估变量值时非常慢。慢的意思是:等待了10分钟后仍然在收集数据。

简而言之,这是无法工作的。我希望这不是Kotlin的特性,因为我刚刚在用它的第一个月里对着电脑发誓习惯了它 Android Studio调试器非常慢。

有人有任何想法吗?

更新 2023年4月15日<br>
我已经向Google报告了这个bug(有一段时间了),但似乎他们不再理我了;-)<br>

英文:

i recently switched to Kotlin and to android studio Electric Eel (2022.1.1 Patch 1).

Now i do not know if it is Kotlin or the new version of studio but ever sinds that point in time my debugger is verry slow in evaluation values of variable.
And with slow i mean: after waiting for 10 minutes is was still collecting data.
In short this is unworkable.
I am hoping this is not a Kotlin feature because i am just getting used to it after a month of swearing to my PC Android Studio调试器非常慢。

anybody any idea?

Android Studio调试器非常慢。

Update 15-04-2023<br>
I have a bug report with google (for some time now) but i seems they are ghosting me Android Studio调试器非常慢。 <br>
enter link description here

答案1

得分: 1

你可以尝试清除缓存,然后重新启动你的集成开发环境。或者检查断点的位置,可能是问题所在。

英文:

You can try and invalidate your caches then restart your IDE. Alternatively check the location of your breakpoints, they might be the issue

huangapple
  • 本文由 发表于 2023年2月9日 03:40:24
  • 转载请务必保留本文链接:https://go.coder-hub.com/75390948.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定