Is there an easy way to disable all breakpoints in Xcode? I tried:
- highlight all breakpoints
- click ‘Deactivate’
That does not disable all of them. I need to select one at a time, and unmark the checkbox. I wonder if there is an easy way to disable a bunch of them altogether.
If you expand the
Breakpointssection in theGroups & Filespane, you’ll find two further subdirectories –Project BreakpointsandGlobal Breakpoints. Assuming that the breakpoints set are specific to your current project, your breakpoints will be listed underProject Breakpoints. Right click on this directory and selectDisable Breakpointsfrom the context menu, which will disable all the breakpoints for your project.