网页调试工具 Firebug 1.9a4 发布

openkk 12年前
     Firebug是Firefox下的一款开发类插件,现属于Firefox的 五星级强力推荐插件之一。它集HTML查看和编辑、Javascript控制台、网络状况监视器于一体,是开发JavaScript、CSS、HTML和 Ajax的得力助手。Firebug如同一把精巧的瑞士军刀,从各个不同的角度剖析Web页面内部的细节层面,给Web开发者带来很大的便利。    <br />    <p><strong>安装地址</strong>:<a href="/misc/goto?guid=4958191391718883377">https://addons.mozilla.org/firefox/addon/1843</a></p>    <br />    <br />    <p><strong>Firebug 1.9a4</strong> 兼容 <strong>Firefox 5 – Firefox 10</strong> (nightly).</p>    <p>Firebug 1.9a4 修复了 <a href="http://code.google.com/p/fbug/issues/list?can=1&q=label%3Afixed-1.9-a4&colspec=ID+Type+Status+Owner+Test+Summary+Reporter&cells=tiles">25 issues</a>.</p>    <p>一些值得关注的改进:</p>    <ul>     <li>Resend a HTTP request (<a href="/misc/goto?guid=4958195149630162662">issue 2225</a>). This feature allows resending any HTTP request. Just right click on an entry in the Net panel and pick <strong>Resend</strong>.<p><img title="网页调试工具 Firebug" border="0" alt="网页调试工具 Firebug" src="https://simg.open-open.com/show/74716fff5703c25ed4b8beab97dee0f4.png" width="446" height="293" /></p> </li>     <li>Tooltip for a conditional breakpoint (<a href="/misc/goto?guid=4958195150376829439">issue 2638</a>). Do you use conditional breakpoints and don’t remember the associated expression? Now you can just hover mouse over the breakpoint and see all within a tooltip.<p><img title="网页调试工具 Firebug" border="0" alt="网页调试工具 Firebug" src="https://simg.open-open.com/show/c04339030c0c96bc0ec2e04bce273346.png" width="441" height="181" /></p> </li>     <li>Firebug’s and Firefox’s shortcuts don’t collide anymore (<a href="/misc/goto?guid=4958195151114103141">issue 4556</a>).</li>     <li>Are you browsing the DOM structure of the page and seeing a variable that you want to watch later when hitting a breakpoint? Right click on it in the DOM panel and pick <strong>Add Watch</strong> (<a href="/misc/goto?guid=4958195151865238967">issue 4524</a>). <br /> <br /> <p><img title="网页调试工具 Firebug" border="0" alt="网页调试工具 Firebug" src="https://simg.open-open.com/show/746982bef6d3548ad1939fc0ba8a2b04.png" width="445" height="241" /></p> </li>     <li>Are you using the Net panel to observe HTTP headers? Now you can see even response headers coming from the browser cache – in case of 304 responses (<a href="/misc/goto?guid=4958195152603855581">issue 4905</a>)<p><img title="网页调试工具 Firebug" border="0" alt="网页调试工具 Firebug" src="https://simg.open-open.com/show/dee800207ae59c9ce3ab20de502097d5.png" width="455" height="277" /></p> </li>    </ul>    <p>我们同时还改进了 Firebug 的自动完成,修复了很多调试器上步进的bug等。</p>