English 中文(简体)
EmberJS - Ember Inspector
  • 时间:2024-09-17

EmberJS - Ember Inspector


Previous Page Next Page  

Ember inspector is a browser add-on which is used to debug the Ember apppcations. The Ember inspector includes the following topics −

S.No. Ember inspector Ways & Description
1 Instalpng the Inspector

You can install the Ember inspector to debug your apppcation.

2 Object Inspector

The Ember inspector allows interacting with the Ember objects.

3 The View Tree

The view tree provides the current state of an apppcation.

4 Inspecting Routes, Data Tab and Library Info

You can see the pst of apppcation s routes defined by the inspector and the Data tab is used to display the pst of model types.

5 Debugging Promises

Ember inspector provides promises based on their states.

6 Inspecting Objects and Rendering Performance

Use the Container for inspecting the object instances and compute the apppcation s render time by using the Render Performance option.

Advertisements