Debugging JavaScript in Internet Explorer

Posted by Erik W on Stack Overflow See other posts from Stack Overflow or by Erik W
Published on 2010-04-19T19:48:34Z Indexed on 2010/04/19 20:03 UTC
Read the original article Hit count: 275

I am working on a relatively complex JavaScript-driven website. It runs great in all browsers except Internet Explorer. I am getting this very curious error:

"A Runtime Error has occurred. Do you wish to Debug? Line: 93,865,600. Error: Expected ';'"

The issue is, I don't have 93 million lines of code, and clicking "Yes" doesn't attach to Visual Studio like it normally does.

I can click on 'No' and the website continues to run fine, but if a user doesn't have JavaScript debugging disabled, I don't want them to see this meaningless error.

Suggestions/Tools/Plugins to get to the bottom of this?

And yeah, I learned my lesson, switch over and check my project in Internet Explorer more often...

Thanks,

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about internet-explorer