简体   繁体   中英

unit test + snow leopard + xcode 3.2.2

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 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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM