Xcode + remove all breakpoints
问题 Is there any way to remove all the breakpoints in Xcode? 回答1: Well there's a 3 step way: Press CMD(⌘)+7 to show all breakpoints. In Xcode4 press CMD(⌘)+6, in Xcode3 press CMD(⌘)+ALT+B. Select all breakpoints with CMD(⌘)+A and delete them, like deleting text, with backspace. There's no step 3 :) 回答2: Its very easy to do in new Xcode. Just click on breakpoints Tab then select all then delete. Xcode 10 Screenshot: Old Xcode Screenshot: tap. See attach image for clear reference. 回答3: In Xcode,