Search code examples
androiddebuggingandroid-studioadb

open debugger window - Android Studio


I want to debug my app. That was all the time no problem:

click on debug icon -> app starts -> stop at breakpoint -> debug window open

Now the debugger still stops at the breakpoint but the debugging window with the variables inside does not open and I am not able to find a way how to open it...

As you can see Android Studio is in the debug mode but the debugging window does not open:

enter image description here

So how can I open the debugger window in Android Studio where all the variables are shown?


Solution

  • Window is already in open state. Mouse over on top of the Debug tab in bottom bar and drag to top inorder to open up the window. There you can see Variables|Console tab.