How to disable all breakpoints in Xcode
问题 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. 回答1: 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