xcode断点

76 阅读1分钟

自定义断点

import.png

添加触发条件 ,设置i > 7的时候触发

condition.png

自定义断点添加行为

1、Log Message

image.png

%H 输出断点触发的次数

%B 输出断点的名字

@@ 在2个@符号中间可以输入表达式

2、Debugger Command

DEBUGGER.png

3、AppleScript

applescript.png

alert.png