Backbone-Debugger icon indicating copy to clipboard operation
Backbone-Debugger copied to clipboard

Chrome Developer Tools extension for debugging Backbone.js applications

Results 12 Backbone-Debugger issues
Sort by recently updated
recently updated
newest added

Doesn't seem to work for me at all. No 'waiting for backbone' message anywhere. I tried to send backbone to debugger manually but window.__backboneAgent doesn't exist. I have it installed...

Any idea on an ultimate UI? We need something that is scalable, where we can add new features effortlessy, the current one is quite limited in such respect. I still...

Hi all, The debugger doesn't seem to start properly on a backbone site I work on. I've found an error occurring in the console when inspecting the debugger itself, but...

When I use [Backbone Layoutmanager](https://github.com/tbranyen/backbone.layoutmanager) to manage my views, I come to issue where the remove method does not work as expected. In fact when I remove a layout, the...

See: https://github.com/Maluen/Backbone-Debugger/issues/36

The Marionette Inspector's view tree, which shows nested views, is one of the most appreciated features of the inspector. It serves two purposes: 1) makes it easy to find a...

The Marionette Inspector provides tons of metadata about view properties in the info panel. Some properties that the inspector has which could easily be added to the debugger are: -...

It'd be great to get some test coverage over the debugger. From my experience, this makes it easier to add new functionality without introducing regressions. Also, a lot of the...

We have a bigger backbone application where we would like to use this debugger sometimes. Sadly after switching views a few times the page gets so slow that we can't...

Hi, If possible some statistics on activity: - created views - closed views - created and closed views in the same activity - checkpoints (I am loading a page, I'm...