ABSTRACT

The author explains about debugging the errors while testing the game. The Corona software development kit (SDK) debugger is used for debugging. It allows people to set breakpoints and inspects variables live, while the code is running in the Corona Simulator. X Code Simulator (iOS) is also used for testing and debugging the errors. If X Code simulator is installed on the Mac, people can able to run their app in a real iOS simulator. It is a good way to check if their game is running fine before deploying it to a real device. By 'real', author means that the Corona Simulator is a Corona Labs tool; it simulates a device but does not embed the real Operating System from that device. The X Code Simulator is running the real Operating System, and is very close to the real device.