On Sep 5, 2008, at 2:23 PM, Karan, Cem (Civ, ARL/CISD) wrote:
Thanks, but this doesn't work for me for some reason.
I've updated the post to also discuss the XCInjectBundleInto environment variable, introduced in Xcode 3.1.
However, it sounds like you're expecting the breakpoint to happen when you run your tests as part of your build. That won't happen. What you need to do is build and then debug the executable that you configure for test debugging, as I described in my weblog post.
Running your tests as part of your build process is a separate activity from debugging your tests.
-- Chris