In chapter 6 “Stepping in the Xcode GUI” section, there’s mention of a LLDB console command equivalent to control the running mode (run only this thread, run all threads, while stepping, etc) by using --run-mode option, or -m followed by the appropriate option.
I don’t seem to figure out how to do that, can anyone provide an example please?