2013-04-12 98 views
0

我知道它已被問到,但這在IE6(winxp)中很奇怪。IE6調試javascript

JS在一些點代碼崩潰時:

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

和它運作良好,在最新的Chrome,Firefox等

你能告訴我一些像螢火蟲插件工具,IE6(或者什麼)來抓住這個?

+2

所以你正在處理使用IE6的[6.7%的互聯網](http://www.ie6countdown.com/)?糟透了就是你。 – epascarello

+1

@epascarello:如果忽略中國,它實際上不到1%:) – MMM

+1

如果您的應用程序服務於大型企業環境,則百分比要高得多。但仍然,很糟糕。 –

回答

0

也許這可以幫助你:https://getfirebug.com/firebuglite

這是一個JavaScript螢火克隆,compatibile與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