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
| Parameter | Type |
|---|---|
stop | | StoppedDetail | null |
Returns
string