MCPcopy
hub / github.com/microsoft/vscode-js-debug / toDap

Method toDap

src/adapter/variableStore.ts:149–149  ·  view source on GitHub ↗
(context: PreviewContextType, valueFormat?: Dap.ValueFormat)

Source from the content-addressed store, hash-verified

147export interface IVariable extends IVariableContainer {
148 readonly sortOrder: number;
149 toDap(context: PreviewContextType, valueFormat?: Dap.ValueFormat): Promise<Dap.Variable>;
150}
151
152interface IMemoryReadable {

Callers 15

sendCallersToSessionMethod · 0.65
stackTraceMethod · 0.65
_evaluteWasmMethod · 0.65
_evaluteJsMethod · 0.65
_evaluateReplMethod · 0.65
setBreakpointsMethod · 0.65
_onLocationsMethod · 0.65
_prettyPrintSourceMethod · 0.65
toDapMethod · 0.65

Implementers 15

Variablesrc/adapter/variableStore.ts
WasmVariablesrc/adapter/variableStore.ts
WasmScopeVariablesrc/adapter/variableStore.ts
ExcludedCallersrc/ui/excludedCallersUI.ts
Sourcesrc/adapter/source.ts
StackTracesrc/adapter/stackTrace.ts
AsyncSeparatorsrc/adapter/stackTrace.ts
StackFramesrc/adapter/stackTrace.ts
InlinedFramesrc/adapter/stackTrace.ts
OutputVariablesrc/adapter/variableStore.ts
StacktraceOutputVariablesrc/adapter/variableStore.ts
FunctionLocationVariablesrc/adapter/variableStore.ts

Calls

no outgoing calls

Tested by

no test coverage detected