Is ext-debug.js still supported in 5.0.2? It's still included in the nightly builds, however the following definitions (which are needed to declare an application) have been removed from it:

Ext.define('Ext.overrides.app.Application', {

override: 'Ext.app.Application'

});

Ext.application = function(config) {

...

});



Thanks.