Breakpoints Side Panel
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) m (Added link to Script Debugging) |
Sebastianz (Talk | contribs) m (Changed image for options menu arrow) |
||
| Line 3: | Line 3: | ||
== Options Menu == | == Options Menu == | ||
| - | This menu is reachable via the little arrow in the panel tab ( [[ | + | This menu is reachable via the little arrow in the panel tab ( [[File:BreakpointsSidePanelOptionsMenuArrow.png]] ) or by right-clicking on on the panel tab (since [[Firebug Release Notes#Firebug 1.9|Firebug 1.9]]). |
{| class="wikitable" style="width:100%; vertical-align:top;" | {| class="wikitable" style="width:100%; vertical-align:top;" | ||
Latest revision as of 00:20, 24 December 2012
The Breakpoints Side Panel lists the defined breakpoints and offers options to control their behavior and toggle their activation.
[edit] Options Menu
This menu is reachable via the little arrow in the panel tab (
) or by right-clicking on on the panel tab (since Firebug 1.9).
| Option | Preference | Description |
|---|---|---|
| Enable All Breakpoints | - | Enables all breakpoints in the list |
| Disable All Breakpoints | - | Disables all breakpoints in the list |
| Remove All Breakpoints | - | Deletes all breakpoints from the list |
For more info about tweaks available in Firebug please see the full list of preferences.
[edit] Context Menu
| Option | Context | Description |
|---|---|---|
| Copy Location | source link | Copies the URL of the file containing the current breakpoint |
| Open in New Tab | source link | Opens the file containing the current breakpoint in a new Tab |
| Remove Breakpoint | script and error breakpoints | Deletes the current breakpoint |
| Disable Breakpoint | script breakpoints | Disables the current breakpoint |
| Enable All Breakpoints | everywhere | Enables all breakpoints in the list |
| Disable All Breakpoints | everywhere | Disables all breakpoints in the list |
| Remove All Breakpoints | everywhere | Deletes all breakpoints from the list |
| Inspect in DOM Tab | DOM breakpoints | Lets you inspect the variable, at which the current breakpoint is set, inside the DOM Panel |
Furthermore the elements of HTML breakpoints offer all options of HTML elements like in the HTML Panel.