XCode 7调试区域工具栏差异

时间:2015-06-17 12:59:29

标签: ios xcode debugging

在XCode 6调试区:

Debug area | break point | Pause | step over | step into | step out |

enter image description here

在XCode 7中(Version 7.0 beta (7A120f)):

Debug area | break point |

enter image description here

我如何在XCode7中获得其他调试选项。

2 个答案:

答案 0 :(得分:2)

你需要调试!一旦你实际运行了一些代码,这些按钮就会出现。

代码未运行:

enter image description here

代码运行:

enter image description here

很不错,因为它为您的代码 运行时提供了一些额外的视觉指示。

答案 1 :(得分:1)

在我的情况下,即使应用程序正在运行(设备或模拟器),以下Scheme设置也会导致相同的调试按钮丢失:

Scheme setting removing the possibility to debug