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

zyip發表於2014-01-18

 

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.

相關文章