skip to Main Content

The popup is not loading fully, and I couldn’t debug in my code due to that popup, causing the screen to freeze in my Android Studio Iguana 2023.2.1:

Image

2

Answers


  1. Downgrade Android studio to Hedgehog until the next patch.

    Login or Signup to reply.
  2. According to the articles, you should remove the method breakpoints, with line breakpoint instead.

    https://intellij-support.jetbrains.com/hc/en-us/articles/206544799-Java-slow-performance-or-hangups-when-starting-debugger-and-stepping

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search