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...")
(No difference)

Revision as of 01:03, 30 December 2017

  • 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.