Skip to content

DebugLog

113

The DebugLog node is an essential diagnostic tool for developers. It captures any incoming value (regardless of data type) and prints it to the ERGS system log with a custom name prefix for easy identification.

When to use this node: * Logic Troubleshooting: Verifying the exact content of an MQTT payload or a complex string concatenation. * Monitoring Variables: Tracking how a specific variable changes during a live playtest without cluttering the main game UI. * Deployment Validation: Confirming that a physical sensor is sending the expected values before finalizing the game script.

Connectors in

  • value [type: variant]

Node properties

  • name [type: string]