One feature I often use in Chrome Inspector which I wish the Developer Tools also had is the ability to set JavaScript breakpoints which are triggered when a DOM Mutation Event is triggered. Chrome has also added the ability to break on any DOM event (not just mutations), but that’s of lesser importance to me.
Thanks and keep up the great work!