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

Method handleResumed

src/debug/threads.ts:315–322  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

313 }
314
315 public handleResumed() {
316 this.manager.removeStoredData(this);
317 // TODO: Should we be waiting for acknowledgement before doing this?
318 this.atAsyncSuspension = false;
319 this.exceptionReference = 0;
320 this.paused = false;
321 this.pauseEvent = undefined;
322 }
323
324 public async resume(step?: string, frameIndex?: number): Promise<void> {
325 if (!this.paused || this.hasPendingResume || !this.manager.debugSession.vmService)

Callers 1

resumeMethod · 0.95

Calls 1

removeStoredDataMethod · 0.80

Tested by

no test coverage detected