> ## Documentation Index
> Fetch the complete documentation index at: https://docs.launchblitz.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Debug

> Inspection and logging nodes for debugging Scrapist graphs.

### `debug.enableTracing` — Enable Tracing

Emits an `enable_tracing` effect (used by some backends to decide whether to persist traces for a deployment run).

**Inputs**: `exec-in` (exec)\
**Outputs**: `exec-out` (exec)

### `debug.log` — Log

Emits a `print` effect with `{ text }`.

**Inputs**

| Port      | Kind | Type     | Structure |
| --------- | ---- | -------- | --------- |
| `exec-in` | exec | —        | —         |
| `message` | data | `string` | scalar    |

**Outputs**: `exec-out` (exec)
