Xcode 5/6: View Debugging always grayed out?

后端 未结 8 2584
攒了一身酷
攒了一身酷 2020-12-13 05:33

The \"Debug / View Debugging\" menu is always grayed out for me in Xcode 5 (and 6), even when the target is stopped at a breakpoint. How do I enable it?

8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-13 06:17

    Also make sure that view debugging isn't disabled in your current scheme's run options:

    Xcode settings for view debugging

    Xcode 6.1 still has the limitations about view debugging only working on 32 bit devices (iPhone 5 or older) and on iOS 8, though.

提交回复
热议问题