Firebug adds several configuration options to Firefox. Some of these options can be changed through the UI, others can be manipulated only via about:config. The following table is a list of all preferences Firebug is having (all preferences besides javascript.options.strict.debug are starting with "extensions.firebug.", but for space reasons this is left out).
| Option |
Description |
Valid Values |
Default |
UI Equivalents
|
defaultModuleList Firebug 1.8 |
- |
List of modules (separated by a space) |
"" |
-
|
javascript.options.strict.debug |
Firefox internal option for enabling strict debug info |
true, false |
false |
-
|
defaultPanelName |
Panel shown by default |
"console", "html", "stylesheet", "script", "dom", "net", "cookies" + panels from extensions |
"html" |
-
|
throttleMessages |
Delay logs (e.g. in the Console panel) and continue after timeout. |
true, false |
true |
-
|
textSize |
Text size used inside Firebug (not an actual text size but an index of a predefined factor) |
integer between -3 and 6 |
0 |
Firebug Menu > Text Size > Increase Text Size/Decrease Text Size/Normal Text Size
|
showInfoTips |
Specifies whether info popups shall be shown inside Firebug |
true, false |
true |
Firebug Menu > Options > Show Preview Tooltips
|
textWrapWidth |
Maximal number of characters after which the lines in the text of response bodies inside the Net Panel are wrapped |
- |
100 |
-
|
framePosition Firebug 1.9 |
Position of the Firebug UI |
"detached", "top", "right", "bottom", "left" |
"bottom" |
Firebug Menu > Firebug UI Location > Detached/Top/Bottom/Left/Right
|
previousPlacement |
Previous Firebug UI placement within the browser (0=unknown, 1=in browser, 2=in a new window, 3=minimized |
0, 1, 2, 3 |
0 |
Window buttons on the right side of the panel bar.
|
showErrorCount |
Specifies whether the JavaScript error count shall be shown besides the Status Bar Icon |
true, false |
true |
Start Button context menu > Show Error Count
|
viewPanelOrient |
Specifies, whether the side panels shall be oriented vertically or horizontally |
true, false |
false |
Firebug Menu > Options > Vertical Panels
|
allPagesActivation |
Specifies whether Firebug shall be enabled by default for all websites |
"on", "none" |
"none" |
Start Button context menu > On for All Web Pages
|
panelTabMinWidth |
Minimal width in pixels of the Panel tabs inside the Panel Bar when there is not enough horizontal space |
positive integer (0=tab width is not reduced) |
60 (50 up to 1.12) |
-
|
sourceLinkLabelWidth |
Maximum amount of characters for link labels to source files (displayed e. g. in Style Side Panel or Console Panel) |
non-negative integer (0=label width is not reduced) |
17 |
-
|
currentVersion |
If Firebug version is bigger than the one in this string, a first-run welcome page is displayed |
Version as string |
"" |
-
|
showFirstRunPage Firebug 1.9 |
Specifies whether to show an info page with information about what has changed when Firebug is updated |
true, false |
true |
-
|
useDefaultLocale |
Set to true, if Firebug should use default (en-US) locale instead of the current Firefox locale |
true, false |
false |
-
|
activateSameOrigin |
Specifies whether to activate Firebug for all pages matching the same origin policy. If deactivated, Firebug will be activated for each URL path individually (disregarding parameters and anchors) Read more about Firebug Activation. |
true, false |
true |
Firebug Menu > Options > Activate Same Origin URLs
|
showBreakNotification |
If true, Firebug shows a notification message when break in debugger happens (break on debugger; keyword, break on an error, etc.) |
true, false |
true |
Script panel options menu > Show Break Notifications
|
stringCropLength Firebug 1.9 |
Default length limit for cropped strings |
non-negative integer |
50 |
-
|
hideDefaultInspector Firebug 1.10 |
Set to true, if the built-in Inspect Element menu item should be removed from Firefox page context menu |
true, false |
false |
-
|
delayLoad Firebug 1.10 |
Specifies whether Firebug should not be loaded on browser start |
true, false |
true |
-
|
hiddenPanels2 |
List of panels, that are not shown inside the panel bar (separated by a space) |
"console", "html", "stylesheet", "script", "dom", "net", "cookies" + panels from extensions |
"" |
Firebug Panel Bar > Panel Selector
|
toolbarCustomizationDone2 |
Set to true if the Start Button has been initially appended into Firefox toolbar |
true, false |
false |
-
|
clearAnnotationsConfirmation Firebug 2.0 |
Specifies whether clearing the activation list needs to be confirmed |
true, false |
true |
Start Button context menu > Clear Activation List > Do not show this message again
|
externalEditors |
List of names of configured external editors |
comma seperated list of strings |
"" |
Firebug Menu > Open With Editor > Configure Editors... > Add/Change/Remove
|
a11y.enable |
Specifies whether keyboard accessibility shall be enabled |
true, false |
false |
Firebug Menu > Options > Enable Accessibility Enhancements
|
serverHost Firebug 2.0 |
Specifies the host used for remote debugging |
host name or IP as string |
"localhost" |
-
|
serverPort Firebug 2.0 |
Specifies the port used for remote debugging |
integer value between 1024 and 65535 |
5999 |
-
|
serverMode Firebug 2.0 |
Specifies whether the current instance of Firebug is used as server or client |
true, false |
false |
-
|
| Option |
Description |
Valid Values |
Default |
UI Equivalents
|
showJSErrors |
Specifies whether to show JavaScript errors inside the Console Panel |
true, false |
true |
Console panel options menu > Show JavaScript Errors
|
showJSWarnings |
Specifies whether to show JavaScript warnings inside the Console Panel |
true, false |
false |
Console panel Options Menu > Show JavaScript Warnings
|
showCSSErrors |
Specifies whether to show CSS errors inside the Console Panel |
true, false |
false |
Console panel options menu > Show CSS Errors
|
showXMLErrors |
Specifies whether to show XML errors inside the Console Panel |
true, false |
false |
Console panel options menu > Show XML/HTML Errors
|
showChromeErrors |
Specifies whether to show browser and extensions internal errors inside the Console Panel |
true, false |
false |
Console panel options menu > Show Chrome Errors
|
showChromeMessages |
Specifies whether to show browser and extensions internal messages inside the Console Panel |
true, false |
false |
Console panel options menu > Show Chrome Messages
|
showNetworkErrors |
Specifies whether to show network communication errors inside the Console Panel |
true, false |
true (false up to 1.7) |
Console panel options menu > Show Network Errors
|
showXMLHttpRequests |
Specifies whether to show XMLHttpRequests inside the Console Panel |
true, false |
true |
Console panel options menu > Show XMLHttpRequests
|
showStackTrace |
Specifies whether to show the stack trace for JavaScript errors inside the Console Panel |
true, false |
false |
Console panel options menu > Show Stack Trace With Errors
|
console.logLimit |
Maximal number of log messages shown inside the Console Panel |
non-negative integer (0=no limit) |
500 |
-
|
console.enableSites |
Specifies whether the Console Panel is enabled |
true, false |
false |
Console panel options menu > Enabled/Disabled
|
tabularLogMaxHeight |
Maximal height in pixels of tabular Console Panel entries |
non-negative integer (0=no limit) |
200 |
-
|
consoleFilterTypes |
Type of messages shown inside the Console Panel |
"all", "error", "warning", "info", "debug" |
"all" |
Console Panel filter buttons
|
preferJSDSourceLinks Firebug 1.10 |
Allows more exact matching of source code at the cost of performance |
true, false |
false |
-
|
console.groupLogMessages Firebug 1.12.1 |
If true, messages logged to the Console Panel will be grouped in case they are equal |
true, false |
true |
-
|
console.defaultPersist |
Specifies whether the Console Panel display is persisted by default |
true, false |
false |
-
|
| Option |
Description |
Valid Values |
Default |
UI Equivalents
|
| |
Specifies whether to display comment nodes inside the HTML Panel |
true, false |
false |
HTML panel options menu > Show Comments
|
showTextNodesWithWhitespace |
Specifies whether to display white space characters in text nodes inside the HTML Panel |
true, false |
false |
HTML panel options menu > Show White Space
|
entityDisplay |
Specifies how entities shall be displayed within the HTML Panel (names=displays the entity name if there is one, symbols=displays the characters in symbolic form and unicode=displays them in their Unicode representation) |
"names", "symbols", "unicode" |
"symbols" |
HTML panel options menu > Show Entities As Symbols/Show Entities As Names/Show Entities As Unicode
|
showFullTextNodes |
Specifies whether to display the whole content of text nodes inside the HTML Panel |
true, false |
true |
HTML panel options menu > Show Full Text
|
highlightMutations |
Specifies whether to highlight changes on elements inside the HTML Panel |
true, false |
true |
HTML panel options menu > Highlight Changes
|
expandMutations |
Specifies whether to expand changes on elements inside the HTML Panel |
true, false |
false |
HTML panel options menu > Expand Changes
|
scrollToMutations |
Specifies whether to scroll to elements inside the HTML Panel when they are changed |
true, false |
false |
HTML panel options menu > Scroll Changes Into View
|
shadeBoxModel |
Specifies whether to show the box model while hovering an element inside the HTML Panel or just mark it with a frame |
true, false |
true |
HTML panel options menu > Shade Box Model
|
showQuickInfoBox |
Specifies whether to display a popup with information when hovering an element inside the HTML Panel |
true, false |
false |
HTML panel options menu > Show Quick Info Box
|
displayedAttributeValueLimit |
Maximal number of characters for displayed attribute values inside HTML Panel |
non-negative integer (0=no limit) |
1024 |
-
|
multiHighlightLimit Firebug 1.9 |
Maximal number highlighted elements on the page (e.g. when hovering arrays of elements inside the Console Panel) |
non-negative integer (0=no limit) |
250 |
-
|
pinQuickInfoBox Firebug 2.0 |
Specifies whether the Quick Info Box is shown persistently |
true, false |
false |
within the Quick Info Box
|
| Option |
Description |
Valid Values |
Default |
UI Equivalents
|
breakOnErrors |
Toggles the Break On All Errors feature |
true, false |
false |
Console panel toolbar > Break On All Errors ( )
|
breakOnExceptions Firebug 2.0 |
Toggles the functionality to stop the script execution on exceptions |
true, false |
false |
Script panel options menu > Break On Exceptions
|
ignoreCaughtExceptions Firebug 2.0 |
Specifies whether the script execution should also be stopped on caught exceptions |
true, false |
false |
Script panel options menu > Ignore Caught Exceptions
|
trackThrowCatch |
Specifies whether to track throw/catch blocks inside the Script Panel |
true, false |
false |
Script panel options menu > Track Throw/Catch
|
script.enableSites |
Specifies whether the Script Panel is enabled |
true, false |
false |
Script panel options menu > Enabled/Disabled
|
scriptsFilter |
Type filter used for the Script Location Menu |
"static", "evals", "events", "all" |
"all" |
Script panel toolbar > Script Type Menu
|
replaceTabs |
Number of spaces used when entering a tab inside the Command Editor and for the display of tabs within a script inside the Script Panel |
non-negative integer (0=no replacement) |
2 (4 up to 1.12) |
-
|
filterSystemURLs |
Specifies whether Firebug shouldn't be activated for browser internal URLs |
true, false |
true |
-
|
maxScriptLineLength Firebug 1.9 |
Maximal line length for scripts displayed inside the Script Panel |
non-negative integer |
10000 (0=lines are not cropped) |
-
|
enableSyntaxHighlighting Firebug 2.0.7 |
Controls the syntax highlighting of scripts within the Script Panel |
true, false |
true |
-
|
maxNumberOfDynamicScripts Firebug 2.0.8 |
Controls the maximal number of dynamically evaluated scripts listed within the Script Location Menu |
positive integer (-1=no limit) |
150 |
-
|
ignoreDynamicScripts Firebug 2.0.12 |
If set to true, don't list the dynamic scripts in the Script Location Menu (may improve the responsiveness of Firebug) |
boolean |
false |
-
|
| Option |
Description |
Valid Values |
Default |
UI Equivalents
|
netFilterCategories |
List of request filters used to filter the Net panel's requests list |
all, css, js, xhr, image, plugin, media, font; renamed and extended to be able to take multiple filters in 1.12 |
all |
Net panel filter buttons
|
net.logLimit |
Maximal number of entries inside the Net panel's requests list |
non-negative integer (0=no limit) |
500 |
-
|
net.enableSites |
Specifies whether the Net Panel is enabled |
true, false |
false |
Net panel options menu > Enabled/Disabled
|
net.curlAddCompressedArgument Firebug 1.12 |
Specifies whether the copying a network request as cURL command should add the --compressed argument |
true, false |
false |
-
|
netDisplayedResponseLimit |
Maximal size in bytes of the response body for the preview inside the request info of a request inside the Net panel's requests list |
non-negative integer (0=no limit) |
102400 |
-
|
netDisplayedPostBodyLimit |
Maximal size in bytes of the response body for preview inside the request info inside the Net panel's requests list |
non-negative integer (0=no limit) |
10240 |
-
|
net.hiddenColumns |
List of hidden columns inside the Net Panel (separated by a space) |
netHrefCol, netLocalAddressCol, netStatusCol, netProtocolCol, netSizeCol, netDomainCol, netRemoteAddressCol, netTimeCol |
"netProtocolCol netLocalAddressCol" ("netLocalAddressCol" up to 1.8.4 and "" up to 1.7) |
Net panel request list header context menu
|
netPhaseInterval |
Time span in milliseconds, after which the waterfall graph inside the Net Panel is broken |
non-negative integer (0=graph is not broken) |
1000 |
-
|
sizePrecision |
Number of decimal places for the display of the file size inside the Net Panel |
integer between 0 and 2 |
1 |
-
|
netParamNameLimit |
Maximal number of characters of the request parameter names displayed in the request info inside the Net Panel |
non-negative integer (0=no limit) |
25 |
-
|
netShowPaintEvents |
Specifies whether DOM paint events shall be shown as vertical lines inside the Net Panel |
true, false |
false |
Net panel options menu > Show Paint Events
|
netShowBFCacheResponses |
Specifies whether HTTP responses coming from the BFCache should be displayed inside the Net Panel |
true, false |
false |
Net panel options menu > Show Paint Events
|
netHtmlPreviewHeight Firebug 1.8 |
Height of the HTML preview of a request inside the Net Panel |
positive integer |
100 |
-
|
| Firebug 2.0 |
Specifies whether the response headers within the Headers tab of a network request are expanded |
true, false |
true |
Net panel's requests list > request > Headers tab > twisty besides Response Headers
|
| Firebug 2.0 |
Specifies whether the request headers within the Headers tab of a network request are expanded |
true, false |
true |
Net panel's requests list > request > Headers tab > twisty besides Request Headers
|
| Firebug 2.0 |
Specifies whether the response headers within the Headers tab of a network request are expanded |
true, false |
false |
Net panel's requests list > request > Headers tab > twisty besides Response Headers From Cache
|
| Firebug 2.0 |
Specifies whether the response headers within the Headers tab of a network request are expanded |
true, false |
false |
Net panel's requests list > request > Headers tab > twisty besides Request Headers From Upload Stream
|
netSortPostParameters Firebug 2.0 |
Specifies whether POST parameters should be alphabetically sorted or displayed in their original order |
true, false |
true |
-
|
sortJsonPreview |
If true, JSON preview in the Net Panel is sorted by keys |
true, false |
false |
Net panel's requests list > request > JSON tab > Sort by key/Do not sort
|
cache.mimeTypes |
List of additional MIME-types, that should be cached by Firebug's internal cache |
space-separated list of strings |
"" |
-
|
cache.responseLimit |
Maximum size limit for cached and displayed network responses |
non-zero positive integer |
5242880 |
-
|
net.defaultPersist |
Specifies whether the Net Panel display is persisted by default |
true, false |
false |
-
|
| Option |
Description |
Valid Values |
Default |
UI Equivalents
|
cookies.enableSites Firebug 1.10 |
Specifies whether the Cookies Panel is enabled |
true, false |
false |
Cookies panel options menu > Enabled/Disabled
|
cookies.logEvents Firebug 1.10 |
If true, cookie events will be logged to the console |
true, false |
false |
Console panel options menu > Show Cookie Events
|
cookies.clearWhenDeny Firebug 1.10 |
If true, cookies will automatically be removed when the cookie acceptance is set to deny cookies from the current domain |
true, false |
true |
-
|
cookies.filterByPath Firebug 1.10 |
Specifies whether to filter cookies by their path; if set to false, you'll also see cookies that apply to the domain but not to the current page |
true, false |
true |
Cookies panel Filter menu > Filter Cookies By Current Path
|
cookies.showRejectedCookies Firebug 1.10 |
If true, denied cookies will be listed inside the Cookies Panel; (see also the preference extensions.firebug.cookies.clearWhenDeny) |
true, false |
false |
-
|
cookies.defaultExpireTime Firebug 1.10 |
Default expiration time in seconds when creating a cookie |
non-negative integer |
3600 |
-
|
cookies.lastSortedColumn Firebug 1.10 |
Specifies the column plus the sort order (separated by a space) used for sorting the cookies |
"colName", "colValue", "colRawValue", "colDomain", "colRawSize", "colSize", "colPath", "colExpires", "colHttpOnly", "colSecurity" + "asc", "desc" |
"colName asc" ("" up to 1.12) |
-
|
cookies.hiddenColumns Firebug 1.10 |
List of hidden columns inside the Cookies Panel (separated by a space) |
"colName", "colValue", "colRawValue", "colDomain", "colRawSize", "colSize", "colPath", "colExpires", "colHttpOnly", "colSecurity" |
"colRawValue colStatus colSize" |
Cookies panel cookies list header context menu
|
cookies.removeConfirmation Firebug 1.10 |
If true, a confirmation dialog will be shown before all cookies are removed |
true, false |
true |
Cookies panel Cookies menu > Remove Cookies > Do not show this message again
|
cookies.removeSessionConfirmation Firebug 1.10 |
If true, a confirmation dialog will be shown before session cookies are removed |
true, false |
true |
Cookies panel Cookies menu > Remove Session Cookies > Do not show this message again
|
cookies.jsonClipboardExport Firebug 2.0 |
If true, the Cookies Panel Cookies menu offers an option Export as JSON to Clipboard to export the listed cookies in JSON format |
true, false |
false |
Cookies panel Cookies menu > Export as JSON to Clipboard
|
| Option |
Description |
Valid Values |
Default |
UI Equivalents
|
key.shortcut.reenterCommand |
Keyboard shortcut for re-entering a command |
key constants seperated by spaces |
"control shift e" |
Firebug Menu > Customize Shortcuts > Reenter Command
|
key.shortcut.toggleInspecting |
Keyboard shortcut for toggling the Inspector |
key constants seperated by spaces |
"accel shift c" |
Firebug Menu > Customize Shortcuts > Toggle Inspecting
|
key.shortcut.toggleQuickInfoBox |
Keyboard shortcut for toggling the Quick Info Box |
key constants seperated by spaces |
"accel shift i" |
Firebug Menu > Customize Shortcuts > Toggle Quick Info Box
|
key.shortcut.toggleProfiling |
Keyboard shortcut for toggling profiling |
key constants seperated by spaces |
"accel shift p" |
Firebug Menu > Customize Shortcuts > Toggle Profiling
|
key.shortcut.focusCommandLine |
Keyboard shortcut for setting the focus to the Command Line |
key constants seperated by spaces |
"accel shift l" |
Firebug Menu > Customize Shortcuts > Focus Command Line
|
key.shortcut.focusFirebugSearch |
Keyboard shortcut for setting the focus to the Search Field |
key constants seperated by spaces |
"accel f" ("accel shift k" up to 1.8.4; see issue 4556) |
Firebug Menu > Customize Shortcuts > Focus Firebug Search
|
key.shortcut.focusWatchEditor |
Keyboard shortcut for setting the focus to the editor inside the Watch Side Panel |
key constants seperated by spaces |
"accel shift n" |
Firebug Menu > Customize Shortcuts > Focus Watch Editor
|
key.shortcut.focusLocation |
Keyboard shortcut for setting the focus to the location |
key constants seperated by spaces |
"control shift VK_SPACE" |
Firebug Menu > Customize Shortcuts > Focus Location
|
key.shortcut.nextObject |
Keyboard shortcut for going to the next object |
key constants seperated by spaces |
"control ." |
Firebug Menu > Customize Shortcuts > Next Object
|
key.shortcut.previousObject |
Keyboard shortcut for going back to the previous object |
key constants seperated by spaces |
"control ," |
Firebug Menu > Customize Shortcuts > Previous Object
|
key.shortcut.toggleFirebug |
Keyboard shortcut for toggling Firebug |
key constants seperated by spaces |
"VK_F12" |
Firebug Menu > Customize Shortcuts > Open Firebug
|
key.shortcut.closeFirebug Firebug 1.10 |
Keyboard shortcut for deactivating Firebug for the current website |
key constants seperated by spaces |
"shift VK_F12" |
Firebug Menu > Customize Shortcuts > Close Firebug
|
key.shortcut.detachFirebug |
Keyboard shortcut for detaching Firebug to a seperate window |
key constants seperated by spaces |
"accel VK_F12" |
Firebug Menu > Customize Shortcuts > Open Firebug in New Window
|
key.shortcut.leftFirebugTab |
Keyboard shortcut for going to the previous panel inside the Panel Bar |
key constants seperated by spaces |
"accel shift VK_PAGE_UP" |
Firebug Menu > Customize Shortcuts > Switch to left Firebug panel
|
key.shortcut.rightFirebugTab |
Keyboard shortcut for going to the next panel inside the Panel Bar |
key constants seperated by spaces |
"accel shift VK_PAGE_DOWN" |
Firebug Menu > Customize Shortcuts > Switch to right Firebug panel
|
key.shortcut.previousFirebugTab |
Keyboard shortcut for going back to the previous Firebug Panel |
key constants seperated by spaces |
"control `" |
Firebug Menu > Customize Shortcuts > Previous Firebug tab
|
key.shortcut.clearConsole |
Keyboard shortcut for clearing the Console |
key constants seperated by spaces |
"accel shift r" |
Firebug Menu > Customize Shortcuts > Clear Console
|
key.shortcut.navBack |
Keyboard shortcut for going back in UI navigation |
key constants seperated by spaces |
"accel shift VK_LEFT" |
Firebug Menu > Customize Shortcuts > Go Back
|
key.shortcut.navForward |
Keyboard shortcut for going forward in UI navigation |
key constants seperated by spaces |
"accel shift VK_RIGHT" |
Firebug Menu > Customize Shortcuts > Go Forward
|
key.shortcut.increaseTextSize |
Keyboard shortcut for increasing the text size inside Firebug |
key constants seperated by spaces |
"accel +" ("alt accel +" up to 1.8.4 and "accel shift +" up to 1.7; see issue 4556 and issue 4311) |
Firebug Menu > Customize Shortcuts > Increase Text Size
|
key.shortcut.decreaseTextSize |
Keyboard shortcut for decreasing the text size inside Firebug |
key constants seperated by spaces |
"accel -" ("alt accel -" up to 1.8.4 and "accel shift -" up to 1.7; see issue 4556 and issue 4311) |
Firebug Menu > Customize Shortcuts > Decrease Text Size
|
key.shortcut.normalTextSize |
Keyboard shortcut for resetting the text size inside Firebug to the default |
key constants seperated by spaces |
"accel 0" ("alt accel 0" up to 1.8.4 and "accel VK_INSERT" up to 1.7; see issue 4556 and issue 4311) |
Firebug Menu > Customize Shortcuts > Normal Text Size
|
key.shortcut.help |
Keyboard shortcut for calling the help |
key constants seperated by spaces |
"VK_F1" |
Firebug Menu > Customize Shortcuts > Open Help
|
key.shortcut.toggleBreakOn |
Keyboard shortcut for toggling the [[Break On ...] feature of the current panel |
key constants seperated by spaces |
"accel alt b" |
Firebug Menu > Customize Shortcuts > Toggle Break On ...
|
key.shortcut.removeAllCookies Firebug 1.10 |
Keyboard shortcut for removing all cookies |
key constants seperated by spaces |
"control shift o" |
Cookies panel Cookies menu > Remove Cookies
|
Some preferences are not set by default, i.e. they won't appear in about:config. Such preferences are dynamically set by Firebug.
These are preferences, which were changed or removed in newer versions of Firebug.
| Option |
Description |
Valid Values |
Default |
UI Equivalents
|
openInWindow |
Replaced by framePosition in 1.9 (see issue 3997) |
true, false |
false |
Firebug Menu->Options->Always Open in New Window
|
largeCommandLine |
Renamed to commandEditor in 1.8. Specifies whether the Command Editor shall be shown instead of the Command Line. |
true, false |
false |
Command Line->Red button with up arrow at the right
|
service.showStackTrace |
Renamed to showStackTrace in 1.8. Specifies whether to show the stack trace for JavaScript errors inside the Console Panel |
true, false |
false |
Console panel Options Menu->Show Stack Trace With Errors
|
showStatusIcon |
Removed in 1.10 in favor of the Start Button |
true, false |
false |
-
|
addonBarOpened |
Set to true, if Firefox addon-bar has been initially opened for the user (to see the status bar icon at least the first time) |
true, false |
false |
Removed in 1.12, because it's not needed anymore
|
service.consoleFilterTypes |
Renamed to consoleFilterTypes in 1.8. Type of messages shown inside the Console Panel |
"all", "error", "warning", "info", "debug" |
"all" |
Console Panel filter buttons
|
service.trackThrowCatch |
Renamed to trackThrowCatch in 1.8. Specifies whether to track throw/catch blocks inside the Script Panel |
true, false |
false |
Script panel Options Menu->Track Throw/Catch
|
service.scriptsFilter |
Renamed to scriptsFilter in 1.8. Type filter used for the Script Location Menu |
"static", "evals", "events", "all" |
"all" |
Script Panel->Script Type Menu
|
decompileEvals |
Removed in 1.7. Specifies whether eval() expressions shall be decompiled inside the Script Panel. |
true, false |
false |
Script panel Options Menu->Decompile for eval() source
|
service.breakOnErrors |
Renamed to breakOnErrors in 1.8. Toggles the Break On Errors feature |
true, false |
false |
Console Panel->Break On All Errors
|
service.filterSystemURLs |
Renamed to filterSystemURLs in 1.7 |
true, false |
true |
-
|
clearDomplate |
Removed in 1.8 |
true, false |
false |
-
|
memoryProfilerEnable Firebug 1.8 |
The Memory Profiler feature was removed for now in 1.10 for stability and usability reasons. |
true, false |
false |
-
|
showTextNodesWithEntities |
Replaced by entityDisplay in 1.10 |
true, false |
true |
HTML panel Options Menu->Show Basic Entities
|
service.showAllSourceFiles |
Removed in 1.10 |
true, false |
false |
Script panel Options Menu->Show chrome sources
|
showExternalErrors |
Removed in 1.12 |
true, false |
false |
Console panel options menu > Show External Errors
|
netFilterCategory |
Renamed to netFilterCategories in 1.12. File type filter used inside the Net Panel's Request List |
all, css, js, xhr, image, plugin, media, font |
all |
Net Panel Toolbar->filters
|
architecture Firebug 1.8 |
Removed in 2.0 |
string |
"inProcess" |
-
|
hiddenPanels |
Renamed to hiddenPanels2 in 2.0. List of panels, that are not shown inside the panel bar (separated by a space) |
"console", "html", "stylesheet", "script", "dom", "net", "cookies" + panels from extensions |
"" |
Firebug Panel Bar > Panel Selector
|
toolbarCustomizationDone |
Renamed to toolbarCustomizationDone2 in 2.0. Set to true if the Start Button has been initially appended into Firefox toolbar |
true, false |
false |
-
|
enableOrion Firebug 1.10 |
Removed in 2.0. Specifies whether Firebug should use Orion for the Command Editor |
true, false |
true |
-
|