You can go to the Firebug window and click Edit to edit the selected element. 可以转到Firebug窗口并单击Edit编辑选定的元素。
You will also load this page throughout this article to explore Dojo features using the Firebug console. 整篇文章中您都要加载这个页面,使用Firebug控制台探究Dojo特性。
First, you must install Firefox and Firebug ( see Resources for download information). 首先,您必须安装Firefox和Firebug(更多下载信息见参考资料)。
Firebug shows data sent to the server and the data returned by the server. Firebug显示发送到服务器的数据和从服务器返回的数据。
With Firebug you can easily debug and tune Web and Ajax applications. 借助Firebug,可以很轻松地调试和优化Web和Ajax应用程序。
Press CTRL-F12 to open Firebug in another window ( a nice feature if you have two monitors). 按CTRL-F12在另一个窗口打开Firebug(如果有两个监视器,这是一个很好的特性)。
You can open Firebug in a new window or in the existing window ( see Figure 1). 可以在新窗口或现有窗口中打开Firebug(参见图1)。
This article uses the Firebug plug-in for Firefox as it is a great tool for Ajax debugging. 本文使用了Firefox的Firebug插件,因为该插件是一个很棒的Ajax调试工具。
Listing 19 shows an example of such a subscription ( feel free to try it in Firebug). 清单19显示了这类订阅的一个示例(在Firebug中随意尝试)。
To use the Firebug console, click the Console tab. 要使用这个Firebug控制台,单击Console选项卡。
After Firefox is installed, launch it and then download and install the Firebug plug-in. 安装了Firefox之后,启动它,然后下载和安装Firebug插件。
Firebug also shows errors related only to the page you are viewing. Firebug还会显示只与所查看的页面相关的错误。
In the search results, click Firebug. 在搜索结果中,单击Firebug。
Firebug is also very helpful in figuring out which style attributes are being used in the Dojo widgets. Firebug也非常有助于找出在这些Dojo小部件内使用的是哪些样式属性。
Firebug offers debugging, profiling, logging, and a command line console. Firebug提供了调试、剖析、日志记录和命令行控制台特性。
The Firebug DOM includes all custom and standard objects, and the DOM explorer can distinguish between them. FirebugDOM包括所有定制的和标准的对象,而且DOMexplorer能够分辨它们。
Firebug is also a great tool for tuning CSS styles and the look and feel of a Web page. Firebug还是一个优化CSS样式和Web页面外观的优秀工具。
To use Firebug's network analysis tools, simply click on the Net tab. 要使用Firebug的网络分析工具,只要单击Net选项卡。
If you use Firefox, Jaxer has a plugin that uses the popular Firebug plugin to debug JavaScript. 如果使用的是Firefox,Jaxer有一个插件,能使用流行的Firebug插件来调试JavaScript。
The Firebug Layout tab displays more information, such as padding, offset, and other relevant measurements. FirebugLayout选项卡显示了更多的信息,比如间隙、偏移和其他相关的量度。
Using Firebug, you can monitor, edit, and debug live pages, including HTML, CSS, JavaScript code, and network traffic. 可以使用Firebug监视、编辑和调试活动Web页面,包括HTML、CSS、JavaScript代码和网络流量。
This demonstrates how you can dynamically manipulate the current page using the Firebug console. 这演示了如何使用Firebug控制台动态操控当前页面。
Firebug: This plug-in for Firefox is an indispensable tool when working with Ajax applications. Firebug:该Firefox插件是一个在处理Ajax应用程序时不可或缺的工具。
Luckily, the Firebug add-on for Firefox can also be used to debug fundamental code problems with unit tests. 幸运的是,Firefox的Firebug插件可被用来调试单元测试中的基础代码问题。
You can now access Firebug from the Tools menu. 您现在可以从Tools菜单访问Firebug。
Using Firebug and YSlow, you can thoroughly analyze your Web applications to make educated changes to improve performance. 通过使用Firebug和YSlow,可以彻底地分析Web应用程序并进行合理的修改来提升性能。
The Firebug JavaScript tools include breakpoints, watch expression, and other tools found in typical debuggers. FirebugJavaScript工具包括断点、监视表达式和典型调试器中常见的其他一些工具。
It includes a JavaScript console, logging API, and a useful Network Monitor. Firebug包括一个JavaScript控制台、一个日志记录API以及一种有用的网络监视器。
It all expands and collapses as expected in firebug. 这一切都为扩大和崩溃在Firebug预期。
YSlow is a Firefox add-on integrated with the Firebug web development tool. YSlow是一个Firefox插件,和FirebugWeb开发工具相集成。