Skip to content

probe-web / @probe-web/ui / describeStop

Function: describeStop()

ts
function describeStop(stop): string;

Defined in: packages/ui/src/core-controls.ts:11

Describe a halt reason for people: paused, step, breakpoint 1, 2, semihosting, and so on. Returns '' for null.

Parameters

ParameterType
stop| StoppedDetail | null

Returns

string