javascript - IE 8 debugger doesn't stop on TypeError -


i'm trying angular.js/jquery app running in ie8. have things working, spews lot of console errors:

typeerror: 'undefined' null or not object 

these errors in developer tools don't have source location (file & line) associated them, , debugger doesn't break on errors when these being thrown, if "break on error" enabled.

other disabling portions of code search cause, there way figure out coming from? i'm getting dozens of them in every angular digest cycle, it's not straightforward figuring out page actions cause them.

it's not obvious what, if anything, they're breaking on page, haven't yet had ability test whole thing, it's hard conclude they're benign; if are, i'd prefer rid of them; they're noisy , i'm concerned may visible user under ie error-handling configurations.

though i've never used it, i've heard debugbar improvement on standard ie8 developer tools.

also, jjzabkar mentioned in question comments, angular versions below 1.3 require shims in place work ie8 or below.

another thing aware of, described @ link provided (https://docs.angularjs.org/guide/ie), ie8's lack of support custom element tags, foil use of element-based directives (possibly causing errors) if not take measures.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -