How to disable all breakpoints in Xcode

前端 未结 6 1780
北海茫月
北海茫月 2020-12-20 11:44

Is there an easy way to disable all breakpoints in Xcode? I tried:

  • highlight all breakpoints
  • click \'Deactivate\'

That does not disable

6条回答
  •  伪装坚强ぢ
    2020-12-20 11:46

    Xcode 10

    The most easiest way is to do ⌘ + y to disable enable breakpoints .

    There is another way

    go to Xcode project navigations pane

    Click on show Breakpoint navigator

    Right click on the project file and select disable all break points

提交回复
热议问题