Hardcore debugging of ember.js and ember-data.js

Slowly but surely I’m getting to grips with the ember essentials but still have a long way to go.

I’ve gotten to the point where it would be very useful for me to be able to understand the innards of the ember and ember-data javascript code and make more sense of the jungle down there.

Something more detailed than the usual LOG_* variables defined to true in Ember.Application.create

Using the browser ember-extension is fine, but more often than not it’s just not got the power of insight that I’m looking for.

I noticed in the sources various places where debugging variables are present, but the descriptions are fairly cryptic.

Any hints and/or tips would be greatly appreciated.

1 Like