我为这个lldb breakpoint on all methods in class objective c创建了断点
(lldb)断点设置-r 'UINavigationController popViewControllerAnimated:‘断点100: 5个位置。
但
(lldb)断点删除'UINavigationController popViewControllerAnimated:‘0断点已删除;0断点位置已禁用。
新创建的断点不会出现在xcode中的断点列表中。
我怎么能摆脱它们?
发布于 2017-11-14 09:41:51
必须在列出断点后删除断点#
断点列表
https://stackoverflow.com/questions/47282215
复制相似问题