I would like to understand a bit better how to debug my iOS code with LLDB. I often see my colleagues debugging using the prompt, to see for instance the value of variables and so on. Where can I find some documentation as to how to use the LLDB debugger on command line?
Thanks in advance.
I think this is the best resource for LLDB since it is the official tutorial.