
Basic debugging in Xcode
Printing object description Probably the most used command when debugging apps is po. It evaluates the expression and prints out the object description. When printing custom objects, it should be… Read more Basic debugging in Xcode →