Xcode 5: Breakpoints Button
·1 min
Xcode 4 had a Breakpoints button in the toolbar to toggle running and debugging your project. But there is no Breakpoints button in Xcode 5’s project window toolbar. Where did the Breakpoints button go?
It moved to the debug bar, as you can see in the following screenshot:
The Breakpoints button is the blue button in the screenshot. Click it to toggle running and debugging your project. The Breakpoints button is blue for debugging and gray for running.