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

Popular posts from this blog

Getting Started: Quick Setup for GXT 3 (includes reset.css link how to)

How to setup GXT 3 examples, samples and demos

ExtJs4 : Dynamically Add Columns