IE浏览器下安装firebug

第一步:

将一个网址拖动到地址收藏栏;



第二步:


第三步:

将路径改为:javascript: var dd = (window["inIframe"] || window).document;var f=dd.createElement('script');f.setAttribute('src','https://getfirebug.com/firebug-lite-debug.js');dd.body.appendChild(f);(function(){if(window.pi&&window.firebug){firebug.init();}else{setTimeout(arguments.callee);}})();void(f);


注意对于存在frame的情况。console.log可以改成top.console.log


 

posted on 2013-09-13 19:58  you Richer  阅读(223)  评论(0编辑  收藏  举报