Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/117.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios lldb无法恢复_Ios_Xcode_Lldb - Fatal编程技术网

Ios lldb无法恢复

Ios lldb无法恢复,ios,xcode,lldb,Ios,Xcode,Lldb,lldb在可视化调试器中停止,可视化输出 是腐败的,它无法继续 (lldb) c Process 892 resuming (lldb) c Process 892 resuming (lldb) c Process 892 resuming (lldb) c 10 error: The 'process continue' command does not take any arguments. (lldb) c Process 892 resuming (lldb) 除了终止和启动新的调试

lldb在可视化调试器中停止,可视化输出 是腐败的,它无法继续

(lldb) c
Process 892 resuming
(lldb) c
Process 892 resuming
(lldb) c
Process 892 resuming
(lldb) c 10
error: The 'process continue' command does not take any arguments.
(lldb) c
Process 892 resuming
(lldb)
除了终止和启动新的调试会话,用户还能做什么

UPD20190930:

这里没有足够的信息来猜测发生了什么。这一过程是否在这两个阶段之间停止?Xcode至少会抑制控制台中的停止通知,因为它会在UI中显示停止通知,所以不会出现在该跟踪中。如果它正在停止,停止的原因是什么?最初它在断点处停止。但它未能恢复。这已经不是我第一次看到这种失败的情况了。我们必须重现这种情况,才能弄清楚到底发生了什么。如果您有可以共享的显示此行为的内容,您可以使用或提交一个bug吗?这可能是最好的解决方法。当你说“在断点上停止”时,停止消息是类似于“断点1.1”还是EXC_断点?过去在smth之后类似于“断点1.1”,它也无法恢复。但我不确定最后一件事。