Stop losing you breakpoints when debugging Extjs 4
Stop losing you breakpoints when debugging Extjs 4 even when using dynamic loading with this code snippet;
Ext.Loader.setConfig({
enabled : true //enable the dynamic dependency loading feature
,disableCaching : false //Comment this line out when you need to reload your Extjs js files
});
Comments
Post a Comment