I am using this document as my guide: http://developer.apple.com/mac/articles/tools/unittestingwithxcode3.html
OS: Snow Leopard, XCode 3.2.1 iMac - Quad CPU. I am able to run the sample as outlined, see the test failures, correct the bug and watch the test pass. When I try to set a break point on one of the test cases and run the application according to the document, I get a message that the break point was 'resolved'. (Note: I reintroduced the error in the sample code). Actual Message in the Debugger Console - Pending breakpoint 2 - ""RightTriangleTestCase.m":17" resolved The debugger never breaks at the break point and it's waiting(I assume it's waiting for the process or code to load). Any ideas getting around this problem? Thanks in Advanced, Tony -tony _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
