access to console in Xcode Simulator -- documentation request

Guys,
Since the corona simulator is not fully functional for many of the things we need to test, would you please post some documentation showing how we can see and print to the Xcode console for debugging purposes. I can currently build and run in the Apple simulator, but I can’t see how to debug there.

Thanks for any information [import]uid: 6175 topic_id: 1964 reply_id: 301964[/import]

If you run the OSX Console app and search for your app’s name, it should show the information.

This isn’t always reliable and we are looking into why.

-Tom [import]uid: 7559 topic_id: 1964 reply_id: 6136[/import]

Hey Tom…any progress on finding out why I’m not seeing print stmts show up from xCode simulator in the OSX Console??

I’ve seen it work a couple of times, but it’s very rare for me that it does and I’ve not been able to detect what makes it work.

In addition to turning off output buffering, I’ve tried this:

_G.print = function(…)
io.stderr.write(io.stderr, …,’\n’)
end

any other suggestions? [import]uid: 6175 topic_id: 1964 reply_id: 28026[/import]