Difference between revisions of "Debugging Tips"

From SkyCorp Global
(Created page with "* Enable the debug output and re-execute script. Then look for the first "ERROR:" line. Above it are probably some debug lines which may hint, for example, at a function bei...")
 
 
Line 1: Line 1:
 +
{{OldLua}}
 +
 
* Enable the debug output and re-execute script.  Then look for the first "ERROR:" line.  Above it are probably some debug lines which may hint, for example, at a function being called, that does not exist.
 
* Enable the debug output and re-execute script.  Then look for the first "ERROR:" line.  Above it are probably some debug lines which may hint, for example, at a function being called, that does not exist.

Latest revision as of 02:06, 14 July 2023

Warning: This page references the old LUA system and has not been updated yet for the new LUA system. Do not use this as a guide as this information will no longer work.
  • Enable the debug output and re-execute script. Then look for the first "ERROR:" line. Above it are probably some debug lines which may hint, for example, at a function being called, that does not exist.