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

Method setLibrariesDuggableForAllIsolates

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

Source from the content-addressed store, hash-verified

58 }
59
60 public async setLibrariesDuggableForAllIsolates() {
61 await Promise.all(this.threads.map((thread) => this.setLibrariesDebuggable(thread.ref)));
62 }
63
64 public receivedConfigurationDone() {
65 this.hasConfigurationDone = true;

Callers 1

customRequestFunction · 0.80

Calls 1

Tested by

no test coverage detected