I am trying to debug an ExtJS application using IE8, but the ext-all-debug.js file is too large for the IE8 internal debugger and takes a long time to load the code, is there a faster Javascript debugger for IE8? Another solution I came up with is to include each extjs file instead of the large ext-all-debug.js, but I cannot find the complete list (and order) of the files merged into ext-all-debug.js
thanks for the help
source
share