iOS app breakpoints on running

前端 未结 1 1870
花落未央
花落未央 2020-12-11 08:50

I\'m an experienced developer, but new to iOS/Objective C.

The app below builds OK (modulo any typo/cut\'n\'paste errors). When I run it, it breaks in the print meth

相关标签:
1条回答
  • 2020-12-11 09:37

    You have two breakpoints set on the print method. Breakpoints are shown in the left margin as blue flags. You can get rid of them by dragging them out of the margin, like this:

    dragging breakpoints out to remove them

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