tags:

views:

235

answers:

2

Hi,

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.

+4  A: 

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

It looks like the Delete option in the Breakpoints window is messed up, instead you can press the delete key while a breakpoint is selected there.

jtbandes
A: 

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

Laurent Etiemble