Adds a panel under the Chrome Developer Tools that displays in real-time all your application views, models, collections and routers. Data displayed includes: - Views: rendering status, html element, associated model and/or collection, handled page events, events triggered - Models: last sync status, attributes, id, cid, url, associated collection, events triggered, sync actions - Collections: last sync status, models, url, events triggered, sync actions - Routers: events triggered (include routes) Extends the sidebar of the developer tools 'Elements' panel to display the Backbone View of the inspected html element. ======================== See the full list of changes and previous releases on https://github.com/Maluen/Backbone-Debugger/releases
You can Follow the below Step By Step procedure to install the Backbone Debugger Chrome Extension to your Chrome Web browser.
It is the Backbone Debugger Chrome extension download link you can download and install Chrome Browser.
Redux DevTools for debugging application's state changes.
Tool for debugging Ember applications.
Adds React debugging tools to the Chrome Developer Tools. Created from revision 47cf347e4 on 3/8/2024.
Chrome Developer Tools extension for debugging SolidJS applications.