IE Javascript error checking on Microsoft virtual PC
I'm checking IE 6 issues of a xhtml css page on locally using VPC image of Microsoft Virtual PC.
IE6 showing a JavaScript error. In VPC image i doesn't have MS Visual Studio installed.
Web-page has many JavaScript. How to know from Which script and wh开发者_运维问答ere in script this error is coming?. I can know on My PC with the help of Visual Studio debug function. but not on VPC image.
Where will be this Line 22 ?
Note: Error is only coming in IE.
The Microsoft Script Debugger is OK if you don't want to go all out and install a Visual Studio variant on the computer.
Also, try the site under Firefox or another browser. Chances are that the other browsers are also getting the JavaScript error but are letting it slide. In Firefox, take a look at the JavaScript console to make sure you're not missing anything.
First thing would be to install IE Dev Toolbar, I'm pretty sure the IE6 version is still around. That allows for step-through and debugging of scripts as well.
The old built-in IE debugger is all but useless. Install Visual Studio Express on the virtual machine.
精彩评论