views:

121

answers:

2

Hi

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.

A: 

Some useful answers can be found in a similar question asked here at SO.

MrHen
A: 

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.

chrispix