New to swift, my program will crash pressing open

后端 未结 2 635
心在旅途
心在旅途 2021-01-29 02:24

I press open on the simulator and the program crashes and gives me that side panel and bottom pressing open is sliding to the right and displaying the 3 objects Hello, second, W

相关标签:
2条回答
  • 2021-01-29 02:56

    Your program is crashing because you have added break point into you code which is looks like:

    You can remove all by dragging it out side this way:

    Do same thing for all breakpoints.

    0 讨论(0)
  • 2021-01-29 02:56

    Your program is not crashing . It was stopped at the breakpoint you have used in your code.

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