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

Method stackTraceRequest

src/test/debug_client_ms.ts:265–267  ·  view source on GitHub ↗
(args: DebugProtocol.StackTraceArguments)

Source from the content-addressed store, hash-verified

263 }
264
265 public stackTraceRequest(args: DebugProtocol.StackTraceArguments): Promise<DebugProtocol.StackTraceResponse> {
266 return this.send('stackTrace', args);
267 }
268
269 public scopesRequest(args: DebugProtocol.ScopesArguments): Promise<DebugProtocol.ScopesResponse> {
270 return this.send('scopes', args);

Callers 3

assertStoppedLocationMethod · 0.95
getStackMethod · 0.80
evaluateForFrameMethod · 0.80

Calls 1

sendMethod · 0.45

Tested by

no test coverage detected