Documentation Language: Swift

Method

enableDebugging(_:)

Enables or disables debug mode.

@MainActor func enableDebugging(_ enabled: Bool = true)

Parameters

enabled

Whether to enable debug mode (default: true)

Discussion

When enabled, the generator and execution context will log detailed information about execution progress.