How to delete breakpoints in XCode

11,614

Solution 1

Drag them out of the bar on the side and they will disappear.

You can also press the shortcut +\ while your cursor is on the line, or press with the breakpoint selected in the navigator:

breakpoint navigator

Solution 2

Also try +\ to toggle the breakpoint at the current line.

Solution 3

You can also right-click on it and select the "Delete" menu.

Share:
11,614
Admin
Author by

Admin

Updated on June 15, 2022

Comments

  • Admin
    Admin about 2 years

    I go to Breakpoints panel in XCode, in the 'Breakpoints' I click a breakpoint and click 'Delete', but it does not remove the breakpoint. And I try go to go to 'Project Breakpoints' and find the same breakpoint and click 'Delete'. But it still does not break the breakpoint.