Xcode 6 to Xcode 11 - Detach the Console/Log Window

Well, better late than never....

I found that I could maneuver and detach the console.

  1. Add new tab.

  2. Name the tab (eg Debugger).

In the new tab, expand the console so it fills the main window.

  1. Right-click the new tab and select open in new window.

You'll have to quit Xcode and restart it to maintain the new window, rather than close projects or windows separately.

Apologize for the delay. Hope this is still useful..

UPDATE

  1. This still works with Xcode 11.3!
  2. To stop seperating the window : Xcode > Behaviors > Edit Behaviors

Then set as in the screenshot:

enter image description here


Solution without restarting Xcode. Thank @David DelMonte for illuminating me.

You can change Xcode behaviors configuration to open a new tab named Debugger in a separate window when project start running.

enter image description here

Then expand console view to full window in the debugger tab, Xcode will remember your reforms.

Tags:

Xcode