ReadonlyconfigCurrent configuration (null if not enabled).
ReadonlyenabledWhether debug tracing is currently enabled.
ReadonlyerrorsError aggregator for collecting errors.
ReadonlyeventEvent trace for tracking event flow.
ReadonlyframeFrame inspector for analyzing frame history.
ReadonlystateState timeline for tracking state changes.
Disable debug tracing.
Enable debug tracing.
Optionalconfig: Partial<Optional configuration overrides
Export all debug records to a buffer for offline analysis.
Get the payload for a specific record.
The record ID
Get debug statistics.
Subscribe to debug events.
Event type: 'record' or 'error'
Event handler
Unsubscribe function
Process a batch of debug record headers and payloads. Called internally by the app runtime.
Query debug records from the engine.
Optionalfilter: Readonly<Optional query filter
Reset (clear) all debug records while keeping tracing enabled.
Debug controller interface.