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

Method resume

src/debug/dart_debug_protocol.ts:421–423  ·  view source on GitHub ↗
(isolateId: string, step?: string, frameIndex?: number)

Source from the content-addressed store, hash-verified

419
420 // Into, Over, OverAsyncSuspension, and Out
421 public resume(isolateId: string, step?: string, frameIndex?: number): Promise<DebuggerResult> {
422 return this.callMethod("resume", { isolateId, step, frameIndex });
423 }
424
425 public getStack(isolateId: string, limit: number | undefined): Promise<DebuggerResult> {
426 return this.callMethod("getStack", { isolateId, limit });

Callers

nothing calls this directly

Calls 1

callMethodMethod · 0.95

Tested by

no test coverage detected