Things like this drive me crazy when debugging:
(lldb) p self.bounds error: unsupported expression with unknown type error: unsupported expression with unkno
With Xcode 6.3, we can import UIKit and then print the frame or bound of view
expr @import UIKit p self.view.bounds