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

Method setInitialBreakpoints

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

Source from the content-addressed store, hash-verified

298 }
299
300 public setInitialBreakpoints() {
301 this.initialBreakpoints = true;
302 this.checkResume();
303 }
304
305 public receivedConfigurationDone() {
306 this.hasConfigurationDone = true;

Callers 1

registerThreadMethod · 0.80

Calls 1

checkResumeMethod · 0.95

Tested by

no test coverage detected