Ember Inspector - Call for feature requests, pain points, and contributors!

That’s a pretty genius idea. Not only will this keep the inspector slim by default, like if you aren’t using ED for your app, it won’t have that portion, but will also open up a whole new world of possibilities.

3 Likes

I’ve wanted to be able to add a pane to the inspector for ember-feature-flags.

In my current use of the inspector, I most use: View Tree, Data, and Container panels. I am almost always using it to debug the current value of some property on a controller, component, ember-data model, or service.

2 Likes

What about showing active timers/waiters, for debugging test issues mainly. That would save a lot of headache, just spent a few hours tracking down https://github.com/jpadilla/ember-simple-auth-token/issues/239

2 Likes