While debugging a WPF I came across a great debugger visualizer: WoodStock. WoodStock gives you a treeview of the current Visual Tree of a given element. So when you debug, you can select a framework element and show the tree like this:
It then shows a tree similar to this tree:

Great stuff when debugging a WPF app!