Skip to content

probe-web / @probe-web/client / index / RunState

Type Alias: RunState

ts
type RunState = "running" | "halted" | "sleeping" | "locked-up" | "unknown";

Defined in: debugger.ts:79

The core's state as the debugger last saw it. sleeping is a core waiting for an interrupt (wfi/wfe); locked-up an Arm core that faulted inside a fault handler; unknown means not polled yet.