Console output improvment

Can we add option to turn off this text in console output, it takes half of the screen

2012-12-20 18:12:53.374 Corona Simulator[688:f03]

in case deep print is used (print table with structure) it virtualy takes too much space.

Tom [import]uid: 111283 topic_id: 34178 reply_id: 334178[/import]

This is due to Apple’s changes in iOS6 which killed printing to STDOUT from getting logged. They have to use NS_LOG now and that’s a feature of NS_LOG and not something we can do anything about.
[import]uid: 199310 topic_id: 34178 reply_id: 135968[/import]

just make a substring its always 51 signs, doesn’t it ?

Tom [import]uid: 111283 topic_id: 34178 reply_id: 135970[/import]

But Corona isn’t outputting it. The Apple NS_LOG SDK is.
[import]uid: 199310 topic_id: 34178 reply_id: 135972[/import]

ok, would be nice to contact IDE developer about it :slight_smile: Rob could you please move this topic to Glider IDE subforum ?

Tom [import]uid: 111283 topic_id: 34178 reply_id: 135976[/import]

Moved! [import]uid: 199310 topic_id: 34178 reply_id: 135993[/import]

Sorry Jay… posts have been removed at your request. [import]uid: 199310 topic_id: 34178 reply_id: 135997[/import]

@Tom,
Does the output occur when you use print() or just when you start the simulator?

In the current development build (1.7.8a) we reset the output window as soon as the initial handshake is completed between the simulator and the IDE. This not only will fix the double print issue but will also remove all the console out that occurred before the handshake (including the NS_LOG strings)

@Rob,
Thanks for the insights.

Regards,
M.Y. Developers [import]uid: 55057 topic_id: 34178 reply_id: 135998[/import]

This is due to Apple’s changes in iOS6 which killed printing to STDOUT from getting logged. They have to use NS_LOG now and that’s a feature of NS_LOG and not something we can do anything about.
[import]uid: 199310 topic_id: 34178 reply_id: 135968[/import]

just make a substring its always 51 signs, doesn’t it ?

Tom [import]uid: 111283 topic_id: 34178 reply_id: 135970[/import]

But Corona isn’t outputting it. The Apple NS_LOG SDK is.
[import]uid: 199310 topic_id: 34178 reply_id: 135972[/import]

ok, would be nice to contact IDE developer about it :slight_smile: Rob could you please move this topic to Glider IDE subforum ?

Tom [import]uid: 111283 topic_id: 34178 reply_id: 135976[/import]

Moved! [import]uid: 199310 topic_id: 34178 reply_id: 135993[/import]

Sorry Jay… posts have been removed at your request. [import]uid: 199310 topic_id: 34178 reply_id: 135997[/import]

@Tom,
Does the output occur when you use print() or just when you start the simulator?

In the current development build (1.7.8a) we reset the output window as soon as the initial handshake is completed between the simulator and the IDE. This not only will fix the double print issue but will also remove all the console out that occurred before the handshake (including the NS_LOG strings)

@Rob,
Thanks for the insights.

Regards,
M.Y. Developers [import]uid: 55057 topic_id: 34178 reply_id: 135998[/import]