probe-web / @probe-web/client / index / StoppedDetail
Interface: StoppedDetail
Defined in: debugger.ts:82
Why and where the core stopped: the detail of a stopped event and of Debugger.lastStop.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
reason | WireHaltReason | Why the core halted. Debugger-initiated stops report Request (pause) or Step. | debugger.ts:84 |
pc | bigint | Program counter at the stop. | debugger.ts:86 |
breakpoints | number[] | Ids of the breakpoints at pc when the stop was a breakpoint. | debugger.ts:88 |