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.
2 parents 397878e + dadbafc commit f38d839Copy full SHA for f38d839
lib/services/ios-debug-service.ts
@@ -143,7 +143,6 @@ export class IOSDebugService extends DebugServiceBase implements IPlatformDebugS
143
}
144
this._lldbProcess.stderr.pipe(process.stderr);
145
this._lldbProcess.stdin.write("process continue\n");
146
- this._lldbProcess.stdin.write("detach\n");
147
148
return this.wireDebuggerClient(debugData, debugOptions);
149
0 commit comments