Next: Memory size
Up: Troubleshooting
Previous: Troubleshooting
When you encounter some kind of problem,
the first things to do are:
-
Isolate the problem as far as possible, that is, identify
the script(s) and the source(s) that cause the problem.
If possible, reduce the size of the source until you
get the smallest possible source program where you can still
reproduce the problem
-
If RainCode is integrated in some form of batch processing,
run it interactively to make sure that some useful error
message has not been overlooked
-
Using the scripting facilities, identify whether
the error occurred when parsing the source file, when parsing
the script, or when executing the script, in which case
try to identify more precisely what was being executed when
the the error occurred