On Mac OS X, launch Corona SDK by either selecting the Corona terminal or Corona simulator from the Applications
directory. Both selections will access the SDK. The Corona simulator will only open the simulator. The Corona terminal will open both the simulator and the terminal window. The terminal is helpful to debug your programs and display simulator errors/warnings and print()
messages.
On Microsoft Windows, select the Corona SDK
folder and click on Corona Simulator from the list of programs in your Start menu or double-click on the Corona icon on the desktop. The simulator and terminal are always opened together if you are using Windows.
Let's go over the useful contents contained in the Corona SDK
folder (located in Applications/Corona SDK
on Mac and Start/All Apps/Corona SDK
on Windows):
print()
statements. It is very helpful to debug your code, but is only available on a Mac.