IE6调试javascript

时间:2013-04-12 14:11:06

标签: javascript debugging internet-explorer-6

我知道有人问过,但这在IE6(winxp)中很奇怪。

JS代码在某些时候崩溃:

var result = ....
if(result==200) <-- this is the reported error in IE6, something at line 62 char 5

并且在最新的Chrome,Firefox等中运行良好

你可以告诉我一些IE6的工具,比如FireBug插件(或其他东西)来捕获它吗?

1 个答案:

答案 0 :(得分:0)

也许这可以帮到你:https://getfirebug.com/firebuglite

它是javascript中的firebug克隆,与IE6兼容。

从文档中,了解如何安装它:

<!--  Include the following code at the top of the <head> of your page -->
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>

编辑:发现不支持调试javascript代码。无论如何,正如有人已经对你说过的评论,请看看这个答案:Debug JavaScript within IE6