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.

link|improve this question
feedback

migrated from superuser.com Aug 30 '09 at 12:14

This question came from our site for computer enthusiasts and power users.

2 Answers

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.

link|improve this answer
Selecting from the list and pressing the delete key is what worked for me. Dragging from the bar on the side was not an option as nothing was actually being displayed (but code was still breaking on my "invisible" breakpoint, just an item in the breakpoints list. Thanks! – DonnaLea May 2 '11 at 3:28
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown