Skip to content

probe-web / @probe-web/client / wire / WireBreakpointCause

Type Alias: WireBreakpointCause

ts
type WireBreakpointCause = 
  | "Hardware"
  | "Software"
  | "Unknown"
  | {
  Semihosting: WireSemihostingCommand;
};

Defined in: wire.ts:919

probe-rs-rpc WireBreakpointCause.