Package-level declarations
Types
Represents crash information displayed in the timeline.
Actions for the DevTools UI.
DevTools color scheme optimized for debugging and state inspection.
Logic for handling DevTools UI side effects.
Reaktiv module for DevTools UI state management.
State for the DevTools WASM UI.
Extended colors for diff visualization that don't fit Material 3's standard scheme. These provide clear semantic meaning for state changes in debugging.
Represents a logic method tracing event from a client.
Syntax highlighting colors for JSON/code visualization.
Functions
Main DevTools WASM application.
DevTools theme wrapper that applies the debugging-optimized color scheme.
Converts ActionStateEvent to CapturedAction. Eliminates the intermediate DevToolsMessage.ActionDispatched conversion step.
Converts LogicMethodEvent.Completed to CapturedLogicComplete. Eliminates the intermediate DevToolsMessage.LogicMethodCompleted conversion step.
Converts LogicMethodEvent.Failed to CapturedLogicFailed. Eliminates the intermediate DevToolsMessage.LogicMethodFailed conversion step.
Converts LogicMethodEvent.Started to CapturedLogicStart. Eliminates the intermediate DevToolsMessage.LogicMethodStarted conversion step.