I found examples on how to debug your unit test in Cocoa or the ADC page here. But I can\'t get the debugging to work for an iPhone app target. I can get the tests up and ru
You might consider moving your tests to GHUnit, where they run in a normal application target, so debugging is straightforward.