Inspecting Objects via the Container
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Inspecting Objects via the Container Every Ember application has a container that maintains object instances for you. You can inspect these

2025-01-10 15:47:30
Library Info
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Library Info To see a list of libraries used in your application, click on the Info menu. This view displays the libraries used

2025-01-10 15:47:30
Inspecting Routes
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Inspecting Routes The Routes tab displays a list of your application's routes. For the following code:

2025-01-10 15:47:30
The View Tree
  • References/JavaScript/Ember.js/Guides/Ember Inspector

The View Tree You can use the View Tree to inspect your application's current state. The View Tree shows you the currently rendered templates

2025-01-10 15:47:30
Installing the Inspector
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Installing the Inspector You can install the Inspector on Google Chrome, Firefox, other browsers (via a bookmarklet), and on mobile devices

2025-01-10 15:47:30
Tackling Deprecations
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Tackling Deprecations As part of making your app upgrades as smooth as possible, the Inspector gathers your deprecations, groups them, and

2025-01-10 15:47:30
Data Tab
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Data Tab You can inspect your models by clicking on the Data tab. Check out

2025-01-10 15:47:30
Ember Inspector
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Introduction The Ember Inspector is a browser add-on designed to help you understand and debug your Ember applications. You can install it

2025-01-10 15:47:30
Debugging Promises
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Debugging Promises The Inspector provides a way to look at all Promises created in your application. Click on the Promises menu

2025-01-10 15:47:30
Object Inspector
  • References/JavaScript/Ember.js/Guides/Ember Inspector

Object Inspector The Inspector includes a panel that allows you to view and interact with your Ember objects. To open it, click on any Ember

2025-01-10 15:47:30