In XCode 6 debug area:
Debug area | break point | Pause | step over | step into | step out |
In XCode 7 ( Version 7.0 beta (7A120f) ):
Version 7.0 beta (7A120f)
Debug area | break point |
How can I get another debug option in XCode7.
You need to debug! Once you actually run some code, these buttons will appear.
Code doesn't work:
Code work:
This is good because it gives you an additional visual indication of when your code is running.
In my case, the following schema settings result in the same missing debug buttons even though the app is running (device or simulator):