Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio Debug Watch pane is missing

OK this is really stupid. I have no idea what happened to the debug watch frame in Android Studio. I have 1.5.1 of Studio.
Is there some secret knowledge from intellij to show it.

like image 915
jamesldurham Avatar asked Feb 27 '16 00:02

jamesldurham


People also ask

Where is the debug tab in Android Studio?

If you add C and C++ code to your project, Android Studio also runs the LLDB debugger in the Debug window to debug your native code. If the Debug window is not open, select View > Tool Windows > Debug (or click Debug in the tool window bar), and then click the Debugger tab, as shown in figure 1.

How do I turn on Bluetooth debugging on Android?

Enabling Bluetooth Debug on Android In Android, enabling the Bluetooth logging is as simple as going to Settings -> Developer Options and enabling “Enable Bluetooth HCI snoop log”.


2 Answers

Here's the icon that @jamesldurham referred to:

Restore Layout icon

Thanks James! I think it would have taken me a long time to find that :/

like image 92
River Satya Avatar answered Oct 23 '22 15:10

River Satya


Ok I with some help there is a button debug menu that looks like a desaturated American flag that when pressed brings it back.

The tool tip will show restore layout.

like image 8
jamesldurham Avatar answered Oct 23 '22 14:10

jamesldurham