Method
enableDebugging(_:)
Enable or disable debug output for systematic tracing.
@MainActor func enableDebugging(_ enabled: Bool = true) async
Parameters
enabled-
Whether to enable debug output
Discussion
When enabled, the virtual machine prints detailed trace information for rule execution, helper evaluation, and transformation progress.