Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Caixa de Ferramentas

Esta tradução não está completa. Por favor ajude a traduzir este artigo a partir do Inglês.

A Caixa de Ferramentas fornece um único local para a maioria das ferramentas de desenvolvimento que são criadas para o Firefox.

There are a few different ways to open the Toolbox:

  • select "Toggle Tools" from the Web Developer menu (under "Tools" on OS X and Linux, or "Firefox" on Windows)
  • click the wrench icon (), which is in the main toolbar or under the Hamburger menu (), then select "Toggle Tools"
  • activate any tool hosted in the Toolbox (for example, the JavaScript Debugger or the Page Inspector)
  • press Ctrl + Shift + I on Windows and Linux, or Cmd + Opt + I on OS X. See also keyboard shortcuts.

Por predefinição, a Caixa de Ferramentas aparece anexada na base da janela do navegador, mas também pode desanexá-la se desejar. É assim que esta aparece quando está anexada:

A janela é dividida em duas partes: uma barra de ferramentas no topo, e um painel principal por debaixo:

Modo de anexação

Por predefinição, a Caixa de Ferramentas aparece anexada na base da janela do navegador, mas também pode anexá-la no lado direito da janela, ou utilizá-la numa janela independente, utilizando os botões na barra de ferramentas.

Barra de Ferramentas

The toolbar contains controls to activate a particular tool, to dock/float the window, and to close the window.

Selecionador de Nodo

On the far left there's a button to activate the node picker. This lets you select a page element for inspection. See "Selecting elements".

Ferramentas hospedadas na Caixa de Ferramentas

Then there is an array of labeled buttons which enables you to switch between the different tools hosted by the Toolbox. The array may include the following tools:

Note that not all the hosted tools are always listed here: only the tools actually available in this context are shown (for example, not all tools support remote debugging yet, so if the debugging target is not the Firefox instance that launched the window, not all the hosted tools will be shown).

Ferramentas extra

Next there's an array of buttons that can be added or removed in the developer tool settings. By default this array includes:

The following tools are not included in the toolbar by default, but you can add them in the settings:

Controlos da caixa de ferramentas

Finally there's a row of buttons to:

  • close the window
  • toggle the window between attached to the bottom of the browser window, and attached to the side of the browser window
  • toggle the window between standalone and attached to the browser window
  • access developer tool settings

Configurações

See the separate page on the Developer Tools Settings.

Painel Principal

The content of the main pane in the window is entirely controlled by, and specific to, the hosted tool currently selected.

Atalhos de teclado

These shortcuts work whenever the toolbox is open, no matter which tool is active.

Command Windows OS X Linux
Cycle through tools left to right Ctrl + ] Cmd + ] Ctrl + ]
Cycle through tools right to left Ctrl + [ Cmd + [ Ctrl + [

Toggle between active tool and settings

Ctrl + Shift + O Cmd + Shift + O Ctrl + Shift + O
Toggle between active tool and settings (new in Firefox 43) F1 F1 F1

Toggle toolbox between the last 2 docking modes (new in Firefox 41)

Ctrl + Shift + D Cmd + Shift + D Ctrl + Shift + D
Toggle split console (except if console is the currently selected tool) Esc Esc Esc

These shortcuts work in all tools that are hosted in the toolbox.

Command Windows OS X Linux
Increase font size Ctrl + + Cmd + + Ctrl + +
Decrease font size Ctrl + - Cmd + - Ctrl + -
Reset font size Ctrl + 0 Cmd + 0 Ctrl + 0

Etiquetas do documento e colaboradores

 Colaboradores para esta página: mansil
 Última atualização por: mansil,