Xcode 7 debug toolbar differential

In XCode 6 debug area:

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

enter image description here

In XCode 7 ( Version 7.0 beta (7A120f)

):

Debug area | break point |

enter image description here

How can I get another debug option in XCode7.

+3


source to share


2 answers


You need to debug! Once you actually run some code, these buttons will appear.

Code doesn't work:

enter image description here



Code work:

enter image description here

This is good because it gives you an additional visual indication of when your code is running.

+2


source


In my case, the following schema settings result in the same missing debug buttons even though the app is running (device or simulator):



Setting up a schema to allow debugging

0


source







All Articles