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

Method checkResume

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

Source from the content-addressed store, hash-verified

308 }
309
310 public checkResume() {
311 if (this.paused && this.gotPauseStart && this.initialBreakpoints && this.hasConfigurationDone)
312 void this.resume();
313 }
314
315 public handleResumed() {
316 this.manager.removeStoredData(this);

Callers 3

receivedPauseStartMethod · 0.95
setInitialBreakpointsMethod · 0.95

Calls 1

resumeMethod · 0.95

Tested by

no test coverage detected