Looks like Ember.Debug has been added to ember. The ember_debug.js in the bundled version of ember inspector checks if Ember.Debug is defined and doesn't load if it is. I'm guessing the bundled inspector version needs to be updated. I'll PR if I solve it
Looks like
Ember.Debughas been added to ember. Theember_debug.jsin the bundled version of ember inspector checks ifEmber.Debugis defined and doesn't load if it is. I'm guessing the bundled inspector version needs to be updated. I'll PR if I solve it