Home
last modified time | relevance | path

Searched refs:debugServerClient (Results 1 – 1 of 1) sorted by relevance

/expo/packages/@expo/cli/src/run/ios/appleDevice/
H A DAppleDevice.ts129 debugServerClient.halt();
135 const result = await debugServerClient.continue();
139 await debugServerClient.kill();
190 const debugServerClient = await clientManager.getDebugserverClient();
191 await debugServerClient.setMaxPacketSize(1024);
192 await debugServerClient.setWorkingDir(appInfo.Container);
193 await debugServerClient.launchApp(appInfo.Path, appInfo.CFBundleExecutable);
195 const result = await debugServerClient.checkLaunchSuccess();
199 const res = await debugServerClient.sendCommand('D', []);
208 return debugServerClient;
[all …]