# `Hephaestus.Steps.Debug`
[🔗](https://github.com/hephaestus-org/hephaestus_core/blob/v0.3.1/lib/hephaestus/steps/debug.ex#L1)

Built-in step that logs the current context and execution history.

Outputs `context.initial`, `context.steps`, and `instance.execution_history`
via `Logger.debug/1`. Returns `{:ok, :completed}`.

Insert at any point in a workflow to inspect accumulated state during
development.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
