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

Method receivedConfigurationDone

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

Source from the content-addressed store, hash-verified

303 }
304
305 public receivedConfigurationDone() {
306 this.hasConfigurationDone = true;
307 this.checkResume();
308 }
309
310 public checkResume() {
311 if (this.paused && this.gotPauseStart && this.initialBreakpoints && this.hasConfigurationDone)

Callers 3

registerThreadMethod · 0.45
configurationDoneRequestFunction · 0.45

Calls 1

checkResumeMethod · 0.95

Tested by

no test coverage detected