Skip to content

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

PropertyTypeDescriptionDefined in
reasonWireHaltReasonWhy the core halted. Debugger-initiated stops report Request (pause) or Step.debugger.ts:84
pcbigintProgram counter at the stop.debugger.ts:86
breakpointsnumber[]Ids of the breakpoints at pc when the stop was a breakpoint.debugger.ts:88