Please help! Cannot ouput to Corona Terminal.

I am having this problem and I can’t seem to figure out. When I use the print() function to print something it will not show up on the Coronal Terminal. All the codes use to display on the simulator works fine, but I just can’t use the print() function for debug, since it will not show up in the Corona terminal.

[import]uid: 71634 topic_id: 11783 reply_id: 311783[/import]

Could you show us the code segment?
Makes it much easier to advise!

-B [import]uid: 6551 topic_id: 11783 reply_id: 42930[/import]

Here is the sample code.
– The code below display fine on the Corona Simulator
myText = display.newText( “Hello, World!”, 20, 40, native.systemFont, 36 )
myText:setTextColor( 255,0,0 )
– The print function below will not output to Corona Terminal
print(“debug”) [import]uid: 71634 topic_id: 11783 reply_id: 42994[/import]

Just to be clear, you are opening Corona by double clicking on “Corona Terminal” in the CoronaSDK application folder, correct?

Peach [import]uid: 52491 topic_id: 11783 reply_id: 43019[/import]