I want to basically use Xcode as a nice integrated frontend to lldb and debug my code with it. I’ve compiled my C program with debug info; I have both the executable and a .dSYM
folder. On Xcode, I used the Debug Executable
menu to debug it, and it shows the output of my executable but nothing else; I can’t step though it or view any associated files. How can I use Xcode as a debugger with proper integration?