ios调试小记
debugserver *:1234 -a "SpringBoard" //附加到SpringBoard 上
debugserver -x backboard *:1234 /Applications/MobileNotes.app/MobileNotes 启动调试一个app
image list -o -f 显示当前加载的所有APP地址
(Cycript)recursiveDescription 遍历当前所有的窗口 [[UIApp keyWindow ] recursiveDescription ]
通过V拿到C nextResponder
通过button 拿到action actionsForTarget:allControlEvent: