How to debug ExtJS in IE8

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

+3
source share
2 answers

I can not find the complete list (and order) of files combined in ext-all-debug.js

: http://code.google.com/p/extjs-public/source/browse/extjs-3.x/include/ext.jsb2

ext-all.js.

JSBuilder, ext-all.js , .

: 3.2.1

+1

FireBug FireFox. IE8, FireBug. , FireBug Lite. JS Lint .

-1

Source: https://habr.com/ru/post/1755702/


All Articles