这是一个创建于 782 天前的主题,其中的信息可能已经有所发展或是发生改变。
以前触发 assert 后都能停在 debug 状态看看 watch ,callstack 啥的。
今天更新完 xcode ,发现 assert 后直接
Assertion failed:
Message from debugger: Terminated due to signal 6
Program ended with exit code: 6
了。。根本在 debug 停不下来。。
去咕狗了一圈也没答案,有没大佬知道怎么改?
2 条回复 • 2023-02-04 22:33:52 +08:00
 |
|
1
iyeatse 2023-02-03 18:47:27 +08:00
下个符号断点试试
|
 |
|
2
reallynyn 2023-02-04 22:33:52 +08:00
breakpoint 和运行时异常都会停留在 debug 界面并定位到运行出错的那行,只有 assert 直接退出 debug 。。 试了下在 Behaviors - Exits unexpectedly - show navigator Debug 没用。。
|