Skip to content

Commit dadbafc

Browse files
committed
fix: don't detach native debugger on debug command
1 parent 7aa666d commit dadbafc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/services/ios-debug-service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ export class IOSDebugService extends DebugServiceBase implements IPlatformDebugS
143143
}
144144
this._lldbProcess.stderr.pipe(process.stderr);
145145
this._lldbProcess.stdin.write("process continue\n");
146-
this._lldbProcess.stdin.write("detach\n");
147146

148147
return this.wireDebuggerClient(debugData, debugOptions);
149148
}

0 commit comments

Comments
 (0)