阅读更多

9顶
0踩

Web前端

原创新闻 Firebug 1.8a2 发布

2011-04-25 15:38 by 见习编辑 希·梦 评论(2) 有4438人浏览
getfirebug.com 刚刚发布了Firebug 1.8a2 + Chromebug 1.8a2 (可兼容Firefox 5 – Aurora )。该版本修复了25个问题,并通过了所有的自动测试。

Firebug是firefox下的一个插件,能够调试所有网站语言,如Html,Css等,但FireBug最吸引人的就是javascript调试功能,使用起来非常方便,而且在各种浏览器下都能使用(IE,Firefox,Opera, Safari)。除此之外,其他功能还很强大,比如html,css,dom的察看与调试,网站整体分析等等。总之就是一整套完整而强大的 WEB开发工具。再有就是其为开源的软件。

该版本新功能:

  • Contents of the command line and command editor is now persistent across reloads (issue 4087)
  • Height of HTML preview in the Net panel is now adjustable using drag’n drop (issue 4224)

  • The default keyboard shortcut for changing text size is changed to Cmd+Alt++ reps. Cmd+Alt+- (issue 4311)
  • DOM Breakpoints can be removed/disabled/enabled from the Breakpoints side panel like any other breakpoints (issue 4386).
  • DOM panel has two new options: showOwnProperties – check if you don’t want see the prototype chain for objects and showEnumerableProperties – check if you want to see only enumerable properties (issue 4390).



Memory Profiler
  • This version also contains a simple Memory Profiler feature (issue 4376).


25个问题修复列表:http://code.google.com/p/fbug/issues/list?can=1&q=label:fixed1.8a2&colspec=ID+Type+Status+Owner+Test+Summary&cells=tiles

关于Firebug 1.8a2 更多详情请看:http://blog.getfirebug.com/2011/04/22/firebug-1-8a2/

下载地址:http://getfirebug.com/downloads
  • 大小: 56 KB
  • 大小: 51.2 KB
  • 大小: 43.2 KB
9
0
评论 共 2 条 请登录后发表评论
2 楼 zhuzb1 2011-04-26 19:01
各种浏览器都能使用~~~~~
1 楼 vambadoz 2011-04-25 21:00
Memory Profiler, cool

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

  • firebug1.8

    用于调式网页代码,开发员能够更容易找到问题所在,节约开发时间

  • java中传值及引伸深度克隆的思考

    java中内存的分配方式有两种,一种是在堆中分配,一种是在堆栈中分配,所有new出来的对象都是在堆中分配的,函数中参数的传递是在栈中分配的。通常情况下堆的内存可以很大,比如32位操作系统中的虚拟内存都可以被堆所使用(当内存紧张的时候甚至硬盘都可以是堆的存储空间),而堆栈的内存分配是有限的。     这和c++中内存分配差不多(c++中还要有另一种方式用于全局变量或者局部静态变量的内存分配,这里就不

  • firebug1.12-firebug1.11-firebug1.10-firebug1.9-firebug1.8-firebug1.7

    firebug1.12 firebug1.11 firebug1.10 firebug1.9 firebug1.8 firebug1.7

  • firebug 1.8

    firebug 1.8呗,firefox5可用。。。

  • firebug 1.8 官方正式版

    firebug 1.8 官方正式版, 还可以,值得大家下载!

  • Firebug1.8a1发布 新功能、新架构

    译文链接:http://www.oschina.net/news/16862/firebug-1-8a1

  • Firebug 1.8a3发布 兼容Firefox 5

    Firebug 1.8a3刚刚发布了,兼容Firefox 5。(Firefox 5用户也可以使用Firebug 1.7.1)该版本修复了17个问题。 Firebug 是 Firefox 的扩展工具。用户可以利用它除错、编辑、甚至删改任何网站的 CSS、HTML

  • firefox5+firebug1.8+xpath_checker0.4.4

    firefox5+firebug1.8+xpath_checker0.4.4

  • firefox 5.0中文版+firebug1.8最新调试工具

    1.增加对 CSS 动画(CSS animations)的支持 2.转移 Do-Not-Track(禁止追踪)工具以提高可发现性; 3.完善了 canvas、JavaScript、存储和网络性能 ...5.完善了部分语言的拼写检查 6.完善了 Linux 版本的桌面整合 ...

  • Firebug 1.8 功能

    著名的Firefox网页调试开发插件 Firebug 1.8 正式版发布了,兼容 Firefox 5.0。 新功能如下: 1. console.timeStamp() 可以用来方便的比较 HTTP 传输和 JavvsScript 执行时间  2. 可以在网络面板显示 IP 相关...

  • firebug1.8.3

    firefox插件网站有时候会打不开,先把firebug下载下来保存着,以备不时之需。

  • Firefox6+Firebug1.8.2

    Firefox6+Firebug1.8.2

  • firebug-1.8.2.zip

    Firebug是firefox下的一个插件,能够调试所有网站语言,如Html,Css等,其中javascript调试功能使用起来非常方便,功能强大,并且该软件是开源软件.

  • Firebug 1.8.1 最新版 下载

    很多的不错的调试工具,可以调试js、css、html等

  • firebug-1.10a2

    js、css、html 动态调试工具 支持Firefox 8-12 firefox10下载:http://download.csdn.net/detail/bits00/4052679

  • firefox插件firebug

    Firebug是firefox的一个插件,Firebug 和 firefox 整合在一起,使你浏览网页时手边有了一套强大的网页开发工具。 你可以编辑、调试和监控任何网页上的 CSS、HTML 和 Javascript。而且可以在线的时候修改dom非常弹大...

  • Firebug各大版本

    Firebug各大版本全放一包里了,解压即可使用。注意使用旧版52版本以前的火狐浏览器

  • firebug.7z

    firebug从firebug-1.7.3到firebug-1.12.7-fx.xpi各个版本安装包,适用于火狐50以下各个版本

  • 关于组织参加“第八届‘泰迪杯’数据挖掘挑战赛”的通知-4页

    关于组织参加“第八届‘泰迪杯’数据挖掘挑战赛”的通知-4页

  • PyMySQL-1.1.0rc1.tar.gz

    PyMySQL-1.1.0rc1.tar.gz

Global site tag (gtag.js) - Google Analytics