FBTrace Preferences
From FirebugWiki
Revision as of 08:10, 7 June 2011 by Sebastianz (Talk | contribs)
FBTrace add some configuration options to Firefox. The following table is a list of all preferences FBTrace is having (all preferences are starting with "extensions.firebug.", but for space reasons this is left out).
[edit] Main preferences
| Option | Description | Valid Values | Default | UI Equivalents |
|---|---|---|---|---|
fbtrace.tabularOptionsLayout | Specifies whether the options inside the Options Panel should be shown in tabular layout or floating layout | true, false | true | - |
fbtrace.layoutTimeout | - | numerical values | 0 | - |
alwaysOpenTraceConsole | Specifies whether the Trace Console should be automatically opened when Firefox is started | true, false | false | Firebug Menu->Options->Always Open Firebug Tracing |
trace.maxMessageLength | Limit for displayed trace message. | number of characters | 400 | - |
trace.enableScope | Shows all variables and values in the scope of the trace log (performance penalty) | true, false | false | Trace Console -> Logs -> Context Menu -> Show Scope Variables |
trace.showTime | Specifies whether to show the time besides each entry in the Trace Console | true, false | false | Trace Console -> Logs -> Context Menu -> Show Time |
[edit] Keyboard shortcut preferences
| Option | Description | Valid Values | Default | UI Equivalents |
|---|---|---|---|---|
key.shortcut.openTraceConsole | Keyboard shortcut for opening the Trace Console | key constants seperated by spaces | "shift r" | Firebug Menu->Customize Shortcuts->Open Trace Console |