1 IE上使用microsfot script debugger,
详见
http://www.jonathanboutelle.com/mt/archives/2006/01/howto_debug_jav.html 2 一篇文章

Debugging JavaScript programs

A quick reference guide that helps you find errors, <br>even without the aid of a debugging utility

http://www.javaworld.com/javaworld/jw-07-1996/jw-07-javascript.html3microsoft官方的建议
http://blogs.msdn.com/ie/archive/2004/10/26/247912.aspx

4Debug Javascript with IE and Visual Studio 2005http://brennan.offwhite.net/blog/2006/01/23/debug-javascript-with-ie-and-visual-studio-2005/

 

5 JavaScript Debug Utility(好文!!)

提供一种手段帮助调试(而不是alert('errer 啊')),

得到类似log的调试信息,

并且可以on和off调试信息。

http://www.isocra.com/articles/jsdebug.php

下面是例子:

http://www.isocra.com/articles/jsDebugDemo.html