3
votes

i'm trying to debug an ExtJS application using IE8 but the file ext-all-debug.js it's too big for the internal IE8 debugger and takes ages to load the code, is there any faster Javascript debugger for IE8 ? Another solution that i came up with is to include every extjs file instead of the big ext-all-debug.js but i cant't find the full list (and order) of the files merged into ext-all-debug.js

Thanks for your help

2

2 Answers

1
votes

i cant't find the full list (and order) of the files merged into ext-all-debug.js

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

Search for ext-all.js.

This file is actually part of the JSBuilder tool which helps you create a custom version of ext-all.js with just the files you need.

Edit: I generated a copy-and-paste list of the 3.2.1 includes

-1
votes

FireBug for FireFox. You don't have to really test your application in IE8 so I suggest FireBug. If you really want to, you can use FireBug Lite. JS Lint to detect syntax problems.