开发者

unit test + snow leopard + xcode 3.2.2

开发者 https://www.devze.com 2022-12-27 07:48 出处:网络
I have been trying to set breakpoint in my unit test code using SenTestCase framework in xcode 3.2.2. I can see the build results properly but unable to set a breakpoint.

I have been trying to set breakpoint in my unit test code using SenTestCase framework in xcode 3.2.2. I can see the build results properly but unable to set a breakpoint.

Anyone having an idea开发者_Go百科 please help.


Take a look at Matt Gallagher's sample iPhone app with unit tests, particularly the section titled "Debugging setup for the LogicTests target". The setup is a bit involved, but will save you a ton of time over the long run.

Additionally, this article has some examples of common errors you may run into in the process, and how to fix them.

0

精彩评论

暂无评论...
验证码 换一张
取 消