views:

93

answers:

1

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.

A: 

The Internet Explorer Developer Toolbar is a good option for debugging JS in IE.

To debug from within Visual Studio Express, see here.

ElectricDialect
It doesn't mention debugging javascript. I think that's only available in IE8.
HeavyWave