Skip to Content
CLI & ConfigTraces & Files

Traces & Files

Glubean writes the same trace artifacts that the editor opens visually.

When to use this page

  • You want to know where trace files live
  • You want to diff runs from disk
  • You are debugging in CI or on a machine without the extension

Typical flow

  1. Run with --emit-full-trace
  2. Inspect files in .glubean/traces/
  3. Compare with the previous run or attach them to CI artifacts

In the editor, the same data appears through:

  • Glubean: Open Latest Trace
  • Glubean: Diff with Previous Run

See Artifacts for exact file paths.

Last updated on