LLDB

Launch a program:

lldb -- program arg1

Start with:

run [args]

Backtrace :

bt

See also: