The Xcode debugger is quite a powerful tools but I have only seen a few iOS developer using to for more than printing out variable values with the po debugger command or setting values with the expr debugger command. Let me show you a few commands I use for development with very specific use cases. Print current UIViewController to get oriented When I get to work on a new code base the best way for me to get oriented in the iOS application is to know what UIViewController is currently being d...