skip to Main Content

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.

enter image description here
(Here is the colored one)

Now in Xcode 12, there is only one icon in there.

enter image description here

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


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

    enter image description here

    Login or Signup to reply.
  2. Command + Shift + C is the default keyboard shortcut

    Login or Signup to reply.
  3. 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

    Login or Signup to reply.
  4. You can use the keyboard shortcut: Command + Shift + Y.

    This will both hide and show the bottom debug area.

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