Xcode debugging/checking tools

I just watched the YouTube video on View Debugging and it’s great!
“March 2015 Tech Talk: View Debugging with Xcode and Reveal”

That Reveal looks awesome.

I’m wondering if there’s a tool to help with some of the settings within an app. Things like reuse id, delegate/datasource settings, etc.

The reason I ask is that if you get something wrong in code, you can search the code and see if things don’t match up. However, in storyboard, you have to go from item to item and check a bunch of different things.

I guess it’s stored in XML so maybe there’s a tool that can diagram the relations / settings.