vote up 2 vote down star

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!!

flag
I guess you are using the built-in unit testing, have you tried the unit testing code from Google Mac Toolbox? I am sure it was possible to run and debug the unit tests using GMT just fine (although not in all versions). – zoul Oct 5 at 11:25
zoul, Thanks a lot for your response. GMT surely is a good option, but I need to stick with the apple built-in framework. I think that the standard unit testing mechanism should work just fine, I just can't figure out what I'm missing! Again, I can unit test but I can't see console info or debugg the tests... Anyone? – Lio Oct 5 at 15:05

2 Answers

vote up 0 vote down

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

link|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.