SUPPORT
See Also
Ejscript FAQ
If your question is not answered here, please see the Embedthis Licensing FAQ or the Ejscript Source Code FAQ. You may submit your question to the online community support Forum.
Questions
How can I trouble-shoot with trace?
Answers
How can I trouble-shoot with trace?
Run ejscript with the logging switch "--log". The logging switch takes the following parameters:
ejs --log logName[:logLevel]
Where logLevel is a number between 0 and 9. Zero is the least verbose.
In the default binary distribution or if ejs is built in debug mode, level 5 wll trace each source code and assembler instruction as it is executed.
If you have any further questions, please ask a question at the Forum.