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 7aa666d commit dadbafcCopy full SHA for dadbafc
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