Is there an easy way to disable all Breakpoints that in Xcode? I tried: * high-light all breakpoints * click 'Deactivate'

That does not disable all of them?

I need to click one at a time, and unclick the 'checkbox'.

I wonder if there is an easy way to disable a bunch of them altogether.

Thank you.

link|improve this question

74% accept rate
feedback

2 Answers

up vote 2 down vote accepted

If you expand the Breakpoints section in the Groups & Files pane, you'll find two further subdirectories - Project Breakpoints and Global Breakpoints. Assuming that the breakpoints set are specific to your current project, your breakpoints will be listed under Project Breakpoints. Right click on this directory and select Disable Breakpoints from the context menu, which will disable all the breakpoints for your project.

link|improve this answer
1  
Where can I find the Breakpoints section in the Groups & Files pane? I have no such section. – MusiGenesis Jan 11 at 21:27
feedback

You've gotta select 'em on the left under "Groups and files" (there should be a Breakpoints entry in the tree). Then you can right click and enable/disable from there. More info here.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.