Where is the `Hide or Show debug area` icon in Xcode 12? Where is the `Hide or Show debug area` icon in Xcode 12? xcode xcode

Where is the `Hide or Show debug area` icon in Xcode 12?


I believe that button was removed. You can open on the menu, "View" -> "Debug Area" -> "Activate Console"

enter image description here


You can use the keyboard shortcut: Command + Shift + Y.

This will both hide and show the bottom debug area.


Here is the button "Hide/show the debug area"

Here is the button "Hide/show the debug area"

EDIT:

You can also trigger the console visibility with these hotkeys:

Show:Shift + Command + C

Hide:Shift + Command + Y

P.S: Actually, XCode shows the hotkeys as being the ones written above, but in reality you can trigger hide & show both with just 1 hotkey: Shift + Command + Y