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.

Follow Polymer on Google+: plus.google.com/107187849809354688692
--- 
You received this message because you are subscribed to the Google Groups 
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/polymer-dev/e7bd73c5-6021-49e3-b4db-e89fdf3eb139%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to