How to show Xcode debugger in a window separate from Xcode?

前端 未结 3 729
后悔当初
后悔当初 2020-12-13 00:25

I was watching a video lecture from iTunes U., where instructor showed how one can take a debugger section of the Xcode and was able to pull that window away from the main.<

3条回答
  •  有刺的猬
    2020-12-13 01:05

    Xcode 11

    Change behaviour

    Xcode -> Preferences... -> Behaviors -> Running -> Starts -> Show tab named  in active window
    

    After that tab will be opened automatically

    To create a new tab manually:

    1. Create a new tab
    File -> New -> Tab
    
    1. Rename the tab
    Window -> Rename Tab... -> 
    

提交回复
热议问题