Ember Inspector
Debug and inspect Ember.js applications directly in the Chrome Developer Tools.
Try Ember InspectorWhat is Ember Inspector?
Try Ember InspectorEmber Inspector is a Chrome extension developed by the Ember.js community that enhances the Chrome Developer Tools specifically for Ember.js applications.
It provides a set of tools that allow developers to easily inspect and debug their Ember.js applications, making it easier to understand and navigate the application's components, routes, and data.
By overlaying application-specific information onto the standard Chrome Developer Tools interface, Ember Inspector simplifies the process of finding and fixing issues within Ember.js applications.
Features:
- Routes Overview: Displays all routes defined in the application.
- Naming Conventions: Helps adhere to Ember's conventions for naming URLs, controllers, templates, and routes.
- Rendering Information: Shows which templates, controllers, and models are currently being rendered.
- Object Inspection: Allows inspection of application objects, supporting Ember features like bindings and computed properties.
- Console Access: Makes application objects accessible in the console as the $E variable.
- Ember Data Records: For applications using Ember Data, displays all loaded records.
Published on Aug. 17, 2024