Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
GHUnit (iOS) 是否支持跳转到导致测试失败的代码中的断言?
我正在评估 GHUnit 并认为我之前已经完成了这项工作,但现在它没有。那么是我记错了还是我的设置有问题?它在模拟器中完美运行。
尝试在模块 libobjc.A.dylib 中为符号 objc_exception_throw 设置断点。
如果这没有帮助,请尝试 CoreFoundation 模块的符号 -[NSException raise]。
我只是不记得其中哪一个适用于 GHUnit ......