WaldiezDebugControl

@waldiez/react v0.7.1


WaldiezDebugControl = { kind: "continue"; } | { kind: "step"; } | { kind: "run"; } | { kind: "quit"; } | { kind: "info"; } | { kind: "help"; } | { kind: "stats"; } | { kind: "add_breakpoint"; } | { kind: "remove_breakpoint"; } | { kind: "list_breakpoints"; } | { kind: "clear_breakpoints"; } | { kind: "raw"; value: string; }

Defined in: components/stepByStep/types.ts:166

Outgoing control commands from UI to the runner.