MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / getStepSkipList

Method getStepSkipList

src/adapter/stackTrace.ts:51–51  ·  view source on GitHub ↗

* Gets ranges that should be stepped for the given step kind and location.

(direction: StepDirection, position: IPosition)

Source from the content-addressed store, hash-verified

49 * Gets ranges that should be stepped for the given step kind and location.
50 */
51 getStepSkipList(direction: StepDirection, position: IPosition): Promise<Range[] | undefined>;
52}
53
54type FrameElement = StackFrame | InlinedFrame | AsyncSeparator;

Callers 2

getCurrentSkipListMethod · 0.65
getStepSkipListMethod · 0.65

Implementers 2

StackFramesrc/adapter/stackTrace.ts
InlinedFramesrc/adapter/stackTrace.ts

Calls

no outgoing calls

Tested by

no test coverage detected