英文:
android studio debugger verry slow
问题
我最近切换到了Kotlin,并且使用了Android Studio Electric Eel(2022.1.1 Patch 1)版本。
现在我不知道是Kotlin的问题还是新版本的Studio的问题,但自从那时起,我的调试器在评估变量值时非常慢。慢的意思是:等待了10分钟后仍然在收集数据。
简而言之,这是无法工作的。我希望这不是Kotlin的特性,因为我刚刚在用它的第一个月里对着电脑发誓习惯了它
有人有任何想法吗?
更新 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
anybody any idea?
Update 15-04-2023<br>
I have a bug report with google (for some time now) but i seems they are ghosting me <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
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论