Workspace Configuration Buttons missing in Xcode 12

Viewed 462

In previous versions of Xcode, the workspace configuration buttons hide or show the optional navigator, debug, and utilities areas as shown in the Apple Docs here. They are missing in Xcode 12. Does anyone know if there is a way to make them reappear. I know that there are keyboard shortcuts for this functionality, but I have really grown accustomed to using the buttons.

1 Answers

All of these options are still available on xCode 12.

  1. Workspace configuration buttons are moved to their respective sides. Top right, top left and bottom debug area (If not visible then show from Menu bar > View > Show Toolbar & Menu bar > View > Debug Area > Show Debug Area)
  2. The optional navigation and Editor configuration buttons are also there

enter image description here

Related