warning: failed to set breakpoint site at 0x1005ed32c for breakpoint 28.1: error sending the breakpo

xcode8之后运行项目控制台会输出警告:

warning: failed to set breakpoint site at 0x1005ed32c for breakpoint
28.1: error sending the breakpoint request

虽然不影响代码运行,但是相信和多人还是有‘洁癖’的……

这时候只需要在xcode内 快捷键command+7 或者点击断点区 -> 选中右击断点信息选择 -> Delete Breakpoint(不一定是下图的断点,图示只是参考)
warning: failed to set breakpoint site at 0x1005ed32c for breakpoint 28.1: error sending the breakpo_第1张图片

再次运行代码就没有这样的输出了!

目前输出原因还在研究中……有知道的小伙伴请不要吝啬哦!!!

你可能感兴趣的:(xcode8,breakpoint)