vote up 0 vote down star

Hello,

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

Regards, Pratik

flag

59% accept rate

3 Answers

vote up 1 vote down check

Additionally, you can customize your Toolbar and put the "Breakpoints" button there. Click this on/off will active/deactivate all breakpoints. While this doesn't remove them, it may be useful if you just don't want them to be hit for a run.

link|flag
vote up 4 vote down

Well there's a two step way:

  1. Press cmd+alt+B to show all breakpoints.
  2. Select all breakpoints and delete them, like deleting text, with backspace.
link|flag
vote up 2 vote down

Other ways:

  • Select Breakpoints group in Groups and Files tree, click in Detail view, Command-A, Delete
  • Disclose Breakpoints smartgroup in Groups and Files tree, shift- or command-select breakpoints in outline, press Delete
  • Run > Console, when app is paused, type "delete breakpoints" and press Return
link|flag

Your Answer

Get an OpenID
or

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