MCPcopy Create free account
hub / github.com/Dart-Code/Dart-Code / scopesRequest

Method scopesRequest

src/test/debug_client_ms.ts:269–271  ·  view source on GitHub ↗
(args: DebugProtocol.ScopesArguments)

Source from the content-addressed store, hash-verified

267 }
268
269 public scopesRequest(args: DebugProtocol.ScopesArguments): Promise<DebugProtocol.ScopesResponse> {
270 return this.send('scopes', args);
271 }
272
273 public variablesRequest(args: DebugProtocol.VariablesArguments): Promise<DebugProtocol.VariablesResponse> {
274 return this.send('variables', args);

Callers 1

getTopFrameVariablesMethod · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected