How do I debug IE7 javascript with Visual Studio Express and which version should I use?
Update and Answer. You have to enable debugging in IE, create an empty web site in Visual Studio, press “Start” and navigate the browser to whatever you want to debug.
The Internet Explorer Developer Toolbar is a good option for debugging JS in IE.
To debug from within Visual Studio Express, see here.