This is an automated archive made by the Lemmit Bot.
The original was posted on /r/androiddev by /u/ubeyou on 2025-10-03 16:47:02+00:00.
I’m working on an old project that was migrated from Java to Kotlin. Breakpoints work fine, it stops at the right spot but when I hover over a variable, sometimes it takes forever to load the value. Sometimes it doesn’t even load at all, and I end up falling back to using Logcat
just to get the values
What’s weird is that my machine is stacked: Core i9 Ultra, 128GB RAM. Everything else runs super fast (builds, compilation, etc.), but debugging is inconsistent and often painfully slow.
Is this normal with Android Studio debugging, or am I missing a setting/optimization?
You must log in or register to comment.