PolymerLabs / polydev

Automatic web components profiling in chrome devtools
123 stars 10 forks source link

PolyDev Chrome Extension Broken? #34

Closed barnomics closed 7 years ago

barnomics commented 8 years ago

This plugin used to be quite handy, but now it no longer seems to work with sites that I was successful debugging before.

Steps to reproduce:

  1. Enable extension
  2. Visit https://elements.polymer-project.org/ or polymer-project.org. Open console log and you'll see a bunch of _toString and _bound related errors .
43081j commented 8 years ago

I get this too, the ready() callbacks don't seem to be firing so a huge amount of properties and such are not initialised correctly.

rictic commented 7 years ago

This should be fixed in v0.0.7 which was just merged in #35 and published. Please file a new issue if you see any more problems like this.

We did change the design significantly, but it should be for the better, as it's more integrated into the rest of devtools' performance monitoring systems.