For the complete documentation index, see llms.txt. This page is also available as Markdown.

Debugging

This section collects tools and techniques for understanding, inspecting, and iterating on your Gum UI while your game is running.

  • Hot Reload — push changes saved in the Gum tool into the running game without restarting, so you can adjust layouts, colors, and component structure and see the results immediately.

  • Runtime Snapshot — export the live UI tree to a Gum project you can open and inspect in the tool; the reverse of hot reload, and especially useful for code-only UIs.

See also

Some debugging guidance lives alongside the subsystem it relates to:

Last updated

Was this helpful?