Thread error in IBAction while overriding prepareForSegue function

后端 未结 7 1800
死守一世寂寞
死守一世寂寞 2020-12-03 20:45

I\'m getting a thread error Thread 1: Breakpoint 1.1 in my IBAction function. The code runs without error, but when I click the button on the simul

7条回答
  •  时光取名叫无心
    2020-12-03 21:06

    Have you accidentally added a breakpoint to your code? If so, program will run up until that point and then stop.

    Check whether there are any blue arrows linked to some part of your program which mark a breakpoint.

提交回复
热议问题