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 where 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.