Documentation Language: Swift

Method

enableDebugging(_:)

Enable or disable debug output for systematic tracing.

func enableDebugging(_ enabled: Bool = true)

Parameters

enabled

Whether to enable debug output

Discussion

When enabled, the execution engine prints detailed trace information for navigation operations, method invocations, and expression evaluation.