Aptana Studio ヘルプ > はじめに > Inspecting and Debugging with Firebug

About Firebug

Note: Firebug will be available in Milestone 8

Firebug is an extension for Firefox that was created by Joe Hewitt (http://www.getfirebug.com/). Firebug allows you to inspect and debug your web pages in the Firefox browser. Once you have installed Firebug into Firefox (see Installing the Firebug extension), you can click the Firebug icon Image:iconFirebug.png in the lower right corner of your browser to inspect or debug any web page--even web pages running on an external web site.

Firebug is fully integrated with Aptana and the Aptana debugger. For example, if you set a breakpoint in Firebug, you can work with that breakpoint in the Aptana debugger.

Firebug features

Using Firebug, you can easily inspect and perform basic debugging on a web page without having to leave your web browser to switch to another application. The list below describes some of the tasks that you can perform in your browser with the Firebug extension:

The screen capture below gives an overview of the Firebug UI:

Image:firebugOverview.jpg

Related Topics