sencha architect/sencha touch , to prevent breakpoint lost when you debug

add this to your loader config:

Ext.Loader.setConfig({
disableCaching: false
});

or :

click 'application' on sencha architect , find out 'loader config' config, click the plus icon on the right, click right icon on the right,

find out 'disableCaching' config,  click the checkbox and make sure it as checked.

上一篇:Oracle 不同故障的恢复方案


下一篇:跨域的几种方式以及call(),apply() bind()方法的作用和区别