IE7 Debugging with Visual Studio Express
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.
精彩评论