简体   繁体   中英

Is there any developer tools to debug javascript error in IE 6?

see my question on title.

note that I understand how to debug javascript in any browsers (including IE 7++) other than IE 6.

IE Developer Toolbar really good to have for any developer.

IE Developer Toolbar

Microsoft script debugger can provide a bit of information.

But in general - it's a pain in * * *.

Last time figured out what's wrong by gradually commenting out javascript code. :D

您也可以使用Firebug Lite。

Personally I'm a big fan of FireBug Lite which is perfect for IE.

Firebug is an extension for Firefox, but what happens when you need to test your pages in Internet Explorer, Opera, and Safari?

The solution is Firebug Lite, a JavaScript file you can insert into your pages to simulate some Firebug features in browsers that are not named "Firefox".

Firebug Lite creates the variable "firebug" and doesn't affect or interfere with HTML elements that aren't created by itself.

Firebug Lite帮了我很多忙=)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM