LLDB running commands after launch

I’m having trouble running any commands after launching Xcode in chapter 1. I am stuck in some stdin mode after running:

(lldb) process launch -e /dev/ttys027 --

And I am unable to execute any other commands, without first pressing Control-C to pause the debugger.

The only work around I have found is using:

(llldb) process launch -n

But then I loose the stderr output.

This topic was automatically closed after 166 days. New replies are no longer allowed.