Breakpoints Side Panel
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Added info how to open the options menu) |
Sebastianz (Talk | contribs) m (Added link to Script Debugging) |
||
| Line 41: | Line 41: | ||
Furthermore the elements of HTML breakpoints offer all options of HTML elements like in the [[HTML Panel]]. | Furthermore the elements of HTML breakpoints offer all options of HTML elements like in the [[HTML Panel]]. | ||
| + | |||
| + | == See also == | ||
| + | * [[Script Debugging]] | ||
Revision as of 08:04, 31 May 2012
The Breakpoints Side Panel lists the defined breakpoints and offers options to control their behavior and toggle their activation.
Options Menu
This menu is reachable via the little arrow in the panel tab ( File:OptionsMenuArrow.png ) 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.
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.