javascript - Out of range error in firebug console -


i trying debug ext-all-debug-w-comments.js file. file pretty big , when error occurs, says "typeerror: all.item(...) null (151559 out of range 149122)"

basically error occurs @ line number 151559 149122 files shown in firebug. since lines not loaded cannot debug in firebug.

please see below image more information enter image description here

what should option have here?

thank you

is there browser specific issue involved?

if not, use chrome, can handle bigger scripts compared firefox.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -