We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b40a6 commit d82794bCopy full SHA for d82794b
dwds/test/fixtures/context.dart
@@ -152,6 +152,9 @@ class TestContext {
152
appConnection = await testServer.dwds.connectedApps.first;
153
if (enableDebugging) {
154
debugConnection = await testServer.dwds.debugConnection(appConnection);
155
+ await debugConnection.vmService.streamListen('Isolate');
156
+ await debugConnection.vmService.onIsolateEvent
157
+ .firstWhere((e) => e.kind == 'IsolateStart');
158
webkitDebugger = WebkitDebugger(WipDebugger(tabConnection));
159
}
160
0 commit comments