Skip to content

Debugging

The Debug tab connects to your running game and lights up the graph as it executes.

The Debug panel with live instances
The Debug tab listing live instances grouped by script, with the canvas already lit up behind it.
  1. Play the scene.
  2. Open the Debug tab and press Refresh (the list populates after the scene loads).
  3. Live node instances appear grouped by script. Select an instance to make it the debug focus.
Live highlighting on the canvas
Picking a live instance, and the running state lighting up on the canvas as the game plays.

With an instance selected, Hengo shows in real time:

  • the active state glowing green on the canvas,
  • the card being executed lighting up in its chain,
  • transitions flashing as they fire.

Because focus is per-script, every open machine can highlight at once.