0

Xcode 怎样忽略socket的SIGPIPE信号

ethel created at6 years ago view count: 305
report
回复
0

在代码入口的地方打个断点, 然后执行下面的命令即可

GDB 调试

handle SIGPIPE nostop

LLDB 调试

process handle SIGPIPE -s false

6 years ago 回复

相关搜索关键词

Recent search keywords