Debug in iPhone

Previous topic - Next topic

ampos

I am making a program and I am having dome problems.

I would like to sent msg from the iPhone app running in the iphone to someplace in XCode. In fact, somethig like "debug" but on xcode.

Is the debug command working in someway on xcode? in wich window of xcode is such messages seen? (on the "debugger console" I can not see them...)

Thank you.

Crivens

The debug_out function posted on these forums works for me in the debug console of Xcode

Cheers
Current fave quote: Cause you like musicians and I like people with boobs.

MrTAToad

With the iPhone, you need to use STDOUT

ampos

thank you, will check this.