backbone-devtools
backbone-devtools copied to clipboard
Chrome Developer Tools extension for debugging Backbone-based apps
I find it helpful to include classnames because most elements in my code do not have an ID, so all I see is 'div..div...div' :\
Doesn't work when backbone app is in iframe - for example - using mobile apps with Ripple
If I hit my web server on `localhost:3000` I don't see anything in the console. If I instead go to `127.0.0.1:3000` and activate the plugin again, it starts working.