XCode automatically deactivating breakpoints

后端 未结 4 1568
迷失自我
迷失自我 2021-02-04 06:49

I\'m using xcode in C++. I\'m trying to debug my project, but at random intervals, it seems to ignore my breakpoints. There are three things that it does:

1) Sometimes,

4条回答
  •  长情又很酷
    2021-02-04 07:15

    I faced the same issue right now. I tried all the options : enabling the GCC, active, base targets and restarting and closing xcode, nothing solved. I finally restarted the simulator and things have started working.

提交回复
热议问题