10

How do i move debugger/output console from bottom to the right of editor area?

troner
  • 239
  • 4
  • 13
  • possible duplicate of [Xcode 4 - detach the console/log window](http://stackoverflow.com/questions/5306276/xcode-4-detach-the-console-log-window) – bummi Feb 01 '15 at 16:23

1 Answers1

9

I don't think you can do that, but you can alternatively run the console in a new window, which you can resize and place wherever you want.

Community
  • 1
  • 1
David
  • 7,310
  • 6
  • 41
  • 63
  • Thx for the tip but can not resize the new window too much (Xcode 14). On a 13" MacBook Pro, the new window's width can be reduced to only about 75% of the width of the screen. Maybe this is OK if you a large, say 27" monitor, but not on the 13" MBP. – Alper Sep 17 '22 at 23:57