I run Win XP in virtual box with IE7 for debugging sites that have to work in IE7.
I only have issues in IE7, not IE8, IE9, Firefox or Chrome.
How would I find what JS file IE is talking about when JS error happens?
I know about: “IE Dev Toolbar” – but it doesn’t give you this information either.
Here are the errors that I get in IE7 there are 3 errors:
Line 67 char 3(Expected identifier, string or number)
Line 4012 char 9 (Object doesn't support this property method)
Line 4065 char 9 (Object doesn't support this property method)
Actual html when saved as file only has 270 lines.
So – errors gotta be in external JS files.
I now there are other questions like this and I looked through them – but didn’t find an answer to this question.
Install the debugger that comes with Visual Studio – when you click on the error details in IE you will have an option to debug it with the VS Debugger.