probe-web / @probe-web/client / index / StepOutStrategy
Type Alias: StepOutStrategy
ts
type StepOutStrategy = "auto" | "server" | "caller-breakpoint";Defined in: debugger.ts:258
How step('out') is performed; see DebuggerOptions.stepOut.