Xcode + remove all breakpoints

pratik picture pratik · Nov 3, 2009 · Viewed 96.9k times · Source

Is there any way to remove all the breakpoints in Xcode?

Answer

mxg picture mxg · Nov 3, 2009

Well there's a 3 step way:

  1. Press CMD(⌘)+7 to show all breakpoints. In Xcode4 press CMD(⌘)+6, in Xcode3 press CMD(⌘)+ALT+B.
  2. Select all breakpoints with CMD(⌘)+A and delete them, like deleting text, with backspace.
  3. There's no step 3 :)