Is there any way to get at what an Ember.js object really contains in the JavaScript console. If you do console.log(this), you will get almost the same data structu
console.log(this)
ember-chrome-devtools is a nice way to solve this problem now...