probe-web / @probe-web/client / index / SteppingMode
Type Alias: SteppingMode
ts
type SteppingMode = "instruction" | "over" | "into" | "out";Defined in: debugger.ts:225
How Debugger.step moves: one machine instruction, or by source statement — over calls, into them, or out of the current function. The statement modes need debug info.