Stack 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:StackSidePanelOptionsMenuArrow.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:19, 24 December 2012
While debugging the Stack Side Panel holds the information about the stack trace listing the function stack for the currently debugged function inside the Script Panel.
[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 |
|---|---|---|
| Omit Toolbar Stack | extensions.firebug.omitObjectPathStack | Specifies whether to omit the display of the object path stack |
For more info about tweaks available in Firebug please see the full list of preferences.
[edit] Context Menu
| Option | Context | Description |
|---|---|---|
| Expand All | everywhere | Expands all call stack functions |
| Collapse All | everywhere | Contracts all call stack functions |
| Inspect in DOM Tab | Call stack function | Lets you inspect the current call stack function inside the DOM Panel |