WaldiezDebugControl
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: src/waldiez/components/stepByStep/types.ts:162
Outgoing control commands from UI to the runner.