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

Method getStack

src/debug/dart_debug_protocol.ts:425–427  ·  view source on GitHub ↗
(isolateId: string, limit: number | undefined)

Source from the content-addressed store, hash-verified

423 }
424
425 public getStack(isolateId: string, limit: number | undefined): Promise<DebuggerResult> {
426 return this.callMethod("getStack", { isolateId, limit });
427 }
428
429 public getObject(isolateId: string, objectId: string, offset?: number, count?: number): Promise<DebuggerResult> {
430 interface ObjectData {

Callers 1

stackTraceRequestFunction · 0.45

Calls 1

callMethodMethod · 0.95

Tested by

no test coverage detected