Recently I shifted from Xcode 11.7 to Xcode 12.
But in Xcode 12, I’m missing one icon which used to show or hide the debug area(console area)
.
In Xcode 11.7, the icon was in top left corner of the IDE.
Now in Xcode 12, there is only one icon in there.
Do you have any idea where is the show or hide the debug area(console area) icon can be found in Xcode 12?
4
Answers
I believe that button was removed. You can open on the menu, "View" -> "Debug Area" -> "Activate Console"
Command + Shift + C is the default keyboard shortcut
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
You can use the keyboard shortcut:
Command
+Shift
+Y
.This will both hide and show the bottom debug area.