How to use this extension?
ivandotv opened this issue · 5 comments
When I open the panel in Dev tools, there is only "restart the application in debug mode"
Does that mean that I should reload the page while the dev tools panel is open?
But even then, nothing happens.
I've tried it on http://todomvc.com/architecture-examples/backbone/
Open the Dev Tools, go to the the panel called "Backbone" and click the words that say "Restart the application in debug mode.".
What should happen, is that the page will re-load and the Backbone panel will now start collecting data and showing the objects that are active on the page.
Yeah, I thought that would happen however, as I stated in my first post nothing happens.
No errors in console, nothing.
I'm running Chrome Version 32.0.1700.76 m Win 8
If I look at the Backbone
object, I can see this property: __backboneDebugger__isDetected: true
It works ok for me on http://todomvc.com/architecture-examples/backbone/
Once you click "Restart the application in debug mode.", after the page reloads automatically, what do you see in the Backbone panel? Can you make a screenshot?
Try it also on http://backbonejs.org/examples/todos/index.html
Strange, on your link it works as expected. Both links have the same version of Backbone 1.1.0
Seems to work fine, please reopen if you still have the issue.