如何调试MobileSubstrate调整?

Zig*_*saz 4 iphone debugging xcode objective-c tweak

调试MobileSubstrate扩展的最佳方法是什么,即放置断点等?在Xcode中有没有这样做?GNU调试器?

小智 6

我使用syslog和tail.你需要syslogdErica Utilities来自苹果蠹.然后在整个调整位置NSLog(@"breakpoint 1 - %@", someObject);进行调整.

tail -f /var/log/syslog
Run Code Online (Sandbox Code Playgroud)