views:

254

answers:

2

Hello folks,

I am building a logic test suite using Xcode 3.1.4. I am able so far to build the test target and see the results inside de *.m test files as compiler errors (if they fail). The problem is that I can't see any information in the Debugger Console and I can't debug since the debugger does not work either.

1.How can I do to see TestCases ouput on the debugger console?

2.Are there any configuration issues regarding Unit Testing and Debugging test cases?

I would be very greateful if anyone could help me.

Thanks!!

A: 

You can setup Google Toolbox for Mac. With it, you will be able to step through your code both on simulator and device.

Greg
+1  A: 

This blog post by Chris Hanson will surely be helpful for you.

Johan Kool