Xcode 5/6: View Debugging always grayed out?

后端 未结 8 2626
攒了一身酷
攒了一身酷 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:15

    1. Test environment : Xcode version 6.1 (6A1052d)

      Test project: My project ( support for 64- bit and iOS deployment target is iOS6)

      Test results: The View Debugging options are only enabled in iPhone5 with iOS8

    2. Test environment : Xcode Version 6.1 (6A1052d)

      Test project : Xcode-ViewDebugging ( supports 64- bit and iOS deployment target is iOS8)

      Test results : The View Debugging options are enabled in all simulators with iOS8

    3. So be sure that it must be iOS8, but still do not know the specific rules

提交回复
热议问题