It's nice that Chrome dev tools provides some support already for debugging custom elements, i.e. being able to inspect an element, then click on the containing custom element, and opening the properties tab.
But the support is quite klunky compared to what the React chrome extension provides -- in particular color coding in sharp red where the React component containers are, and with a single click, seeing all the property values of the element.
Are there immediate plans to similarly enhance the chrome dev tools for native custom elements? Any ETA? Or, alternatively, a chrome extension like React's?
I'm not sure if the React extension supports this, but one additional feature that would be really beneficial, is if, in the window where you can inspect the properties / methods defined for a particular custom element instance, one could add a break point to any of the methods (on entry), only for that instance of the selected custom element, especially if it could persist on refreshing the page, just like breakpoints in the javascript source.
Would be great to know either way what the plans are. Apologies if I missed it being announced in the Polymer Summit, or if this already exists and I'm not aware of it.