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

Method debuggerReady

src/test/dart_debug_client.ts:312–315  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

310 }
311
312 public async debuggerReady(): Promise<void> {
313 await this.waitForCustomEvent("dart.debuggerUris");
314 await delay(100);
315 }
316
317 public async flutterAppStarted(): Promise<void> {
318 await this.waitForCustomEvent("flutter.appStarted");

Calls 2

waitForCustomEventMethod · 0.95
delayFunction · 0.90

Tested by

no test coverage detected