Pi.Debugger:随时调试你的网页代码

pi.debugger 是用JavaScript编写而成的网页代码调试工具,其界面类似于FireFox浏览器的FireBug,如下图:
pi.debugger

而且这个JavaScript不依赖任何的库,为压缩在整个的体积也才40Kb而已,适用于IE6/IE7,OPERA 9.2, WEBKIT/525.1, FIREFOX 2浏览器平台,这个工具可谓给非Firefox的开发者提供了便利和时间。那么我们就亲自操作一下他吧

效果是不是很酷,也也方便,而且安装起来也非常的简单,只需要在网页<head></head>之间加入如下代码即可:

?View Code HTML4STRICT
1
<script type="text/javascript" src="http://pi-js.googlecode.com/files/debugger.js"></script>
This entry was posted in 网络开发 and tagged , . Bookmark the permalink.

5 Responses to Pi.Debugger:随时调试你的网页代码

  1. Alan says:

    不错,真强大,在IE下调试就简单些了

  2. Vichair says:

    我还是喜欢在FF下用firebug
    IE快要抛弃了

  3. icyleaf says:

    @Alan
    是啊,很实用的一个工具

    @Vichair
    有些东西必须在IE下才能调试出来的,不能光为FF考虑

  4. Vichair says:

    那是肯定,我机器上装的浏览器我一般都要让他兼容。现在在公司也可以测试IE6下的效果。不过我用到的东西都是很基本的html和CSS,没有太复杂的内容,哈哈

  5. mg12 says:

    好介绍, 收藏

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>