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

Method uiLocation

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

UI location for the frame.

()

Source from the content-addressed store, hash-verified

38
39 /** UI location for the frame. */
40 uiLocation(): Promise<IPreferredUiLocation | undefined> | IPreferredUiLocation | undefined;
41
42 /**
43 * Gets variable scopes on this frame. All scope variables should be added

Callers 10

provideOnStackframeMethod · 0.80
getStepInTargetsMethod · 0.80
StackFrameClass · 0.80
formatAsNativeMethod · 0.80
formatMethod · 0.80
toDapMethod · 0.80
getStepSkipListMethod · 0.80
shouldStepOverStackFrameFunction · 0.80
textualMessage.tsFile · 0.80

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected