Debugging unit tests from the command-line (Xcode->General)First, find the.octestfile of interest:% find . -name "*.octest" -print ./build/Debug/Tests.octestThen gdbTools/otest:% gdb /Developer/Tools/otestThen run it with the name of the bundle:(gdb) run ./build/Debug/Tests.octest