[ACCEPTED]-Xcode breakpoints greyed out and not working-breakpoints

Accepted answer
Score: 59

Open your Debug Area:

enter image description here

Enable the Breakpoint and make 1 it highlighted. BOOM!

Score: 7

In the top menu, open Debugand click Activate breakpoints. You could 1 also try cmd + y.

Score: 3

You should also be able to right click directly 6 on the break point and choose "Enable Break 5 Point" from the pop up menu.

OK...

You have 4 all your breakpoints generally disabled. This 3 will gray out and ignore breakpoints even 2 if they individually say they are enabled.

Go 1 to the Debug menu in Xcode and select Activate Breakpoints.

More Related questions