Run executable in debugger immediately, return if successful

Alec Jacobson

January 02, 2016

weblog/

Here're the flags for the lldb debugger to run a binary my_bin in the debugger immediately and return to the prompt if there were no errors. But if, say, an assertion fires, then it will stop as usual:

lldb -b -o r my_bin