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

Method pause

src/debug/dart_debug_protocol.ts:416–418  ·  view source on GitHub ↗
(isolateId: string)

Source from the content-addressed store, hash-verified

414 }
415
416 public pause(isolateId: string): Promise<DebuggerResult> {
417 return this.callMethod("pause", { isolateId });
418 }
419
420 // Into, Over, OverAsyncSuspension, and Out
421 public resume(isolateId: string, step?: string, frameIndex?: number): Promise<DebuggerResult> {

Callers 1

pauseRequestFunction · 0.80

Calls 1

callMethodMethod · 0.95

Tested by

no test coverage detected