How to delete breakpoints in XCode

前端 未结 3 582
余生分开走
余生分开走 2020-12-30 23:03

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

相关标签:
3条回答
  • 2020-12-30 23:20

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

    0 讨论(0)
  • 2020-12-30 23:34

    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

    0 讨论(0)
  • 2020-12-30 23:45

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

    0 讨论(0)
提交回复
热议问题