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

Method receivedPauseStart

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

Source from the content-addressed store, hash-verified

292 private hasPendingResume = false;
293
294 public receivedPauseStart() {
295 this.gotPauseStart = true;
296 this.paused = true;
297 this.checkResume();
298 }
299
300 public setInitialBreakpoints() {
301 this.initialBreakpoints = true;

Callers 1

handlePauseEventFunction · 0.80

Calls 1

checkResumeMethod · 0.95

Tested by

no test coverage detected