Stack Side Panel
From FirebugWiki
(Difference between revisions)
Sebastianz (Talk | contribs) (Added description of Stack Side Panel) |
Sebastianz (Talk | contribs) m (Added reference back to the Script Panel) |
||
| Line 1: | Line 1: | ||
[[Image:Stack_Side_Panel.png|thumb|400px|Stack Side Panel]] | [[Image:Stack_Side_Panel.png|thumb|400px|Stack Side Panel]] | ||
| - | While debugging the Stack Side Panel holds the information about the stack trace listing the function stack for the currently debugged function. | + | 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]]. |
== Options Menu == | == Options Menu == | ||
Revision as of 09:39, 22 August 2011
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.
Options Menu
| 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.
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 |