Skip to main content

Log console

SuperCode has a built-in console utility that can be used to identify and debug issues with your code. To access the console:

  1. Load the World Editor.
  2. After writing some code, go to “Test mode”.
  3. At any time while doing something in the world, open up the console to check for errors or log files.
  4. If there are any issues with any of your programs the console icon will display a red dot.
  5. Tapping on a specific error message will open up the program in which an issue has been identified. In some cases, tapping on the error message will take you to the specific line where the issue has been identified.