Evaluating statements, finding memory addresses, and more — In case you aren’t already familiar, LLDB is the debugger tool used in LLVM. If you have ever done iOS or Mac development, you will know it as the debugging tool in the console. When I first started iOS development, my tech lead demonstrated how to po an object. In…