TC-H FAQ
- What difference should there be between the standard runtime and the debug runtime ?
The difference is strictly up to you.
For example, the debug runtime could support a verbose mode enabled via the definition a environment variable.
A reasonable distinction could be to have the regular mode be as performance focused as possible, while the debug mode would take extra steps to ensure error tracing and logging.