DebugPreprocessor
Link to debugpreprocessor
The debugPreprocessor enables debug mode.
Call
Link to call
You call the debug Preprocessor by adding #debug
to your script file.
What it does
Link to what-it-does
It globally enables debug mode. This mode outputs the parsed script files.
You most likely will never need them.