You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/definitions/debug.d.ts
-4
Original file line number
Diff line number
Diff line change
@@ -96,10 +96,6 @@ interface IDebugOptions {
96
96
* The sdk version of the emulator.
97
97
*/
98
98
sdk?: string;
99
-
/**
100
-
* Defines if the handshake(AppLaunching notification) between CLI and runtime should be executed. The handshake is not needed when CLI retries to attach to the debugger.
@@ -19,33 +18,6 @@ export class IOSSocketRequestExecutor implements IiOSSocketRequestExecutor {
19
18
this.$errors.failWithoutHelp(`The application ${projectId} does not appear to be running on ${deviceIdentifier} or is not built with debugging enabled. Try starting the application manually.`);
0 commit comments