Set environment variables for process and launch process in one command.Īttach to the process with process ID 123.
(lldb) settings set target.env-vars DEBUG=1 Set environment variables for process before launching. (lldb) process launch -tty=/dev/ttys006. Launch a process with arguments in an existing Terminal window, /dev/ttys006 (OS X only). Launch a process with arguments in a new terminal window (OS X only).
Launch process a.out with arguments 1 2 3 without having to supply the args every time.