📜  EmberJS-灰烬检查器

📅  最后修改于: 2020-10-25 11:03:27             🧑  作者: Mango


Ember检查器是一个浏览器加载项,用于调试Ember应用程序。灰烬检查器包括以下主题-

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

You can install the Ember inspector to debug your application.

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 application.

4 Inspecting Routes, Data Tab and Library Info

You can see the list of application’s routes defined by the inspector and the Data tab is used to display the list 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 application’s render time by using the Render Performance option.