|
|
| (One intermediate revision not shown) |
| Line 1: |
Line 1: |
| | [[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). | | [[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). |
| | | | |
| - | == [[FBTrace]] preferences == | + | == Main preferences == |
| | | | |
| | {| class="wikitable" style="vertical-align:top;" | | {| class="wikitable" style="vertical-align:top;" |
| Line 7: |
Line 7: |
| | ! style="width:18%;" | Option || style="width:42%;" | Description || style="width:10%;" | Valid Values || style="width:5%;" | Default || style="width:25%;" | UI Equivalents | | ! style="width:18%;" | Option || style="width:42%;" | Description || style="width:10%;" | Valid Values || style="width:5%;" | Default || style="width:25%;" | UI Equivalents |
| | |- | | |- |
| - | | <code>'''alwaysOpenTraceConsole'''</code> || Specifies whether the [[Trace Console]] should be automatically opened when Firefox is started || true, false || false || Firebug Menu->Options->Always Open Firebug Tracing | + | | <code>'''fbtrace.tabularOptionsLayout'''</code> || Specifies whether the options inside the [[FBTrace#Options|Options Panel]] should be shown in tabular layout or floating layout || true, false || true || - |
| | + | |- |
| | + | | <code>'''fbtrace.layoutTimeout'''</code> || - || numerical values || 0 || - |
| | + | |- |
| | + | | <code>'''alwaysOpenTraceConsole'''</code> || Specifies whether the [[FBTrace|Trace Console]] should be automatically opened when Firefox is started || true, false || false || Firebug Menu->Options->Always Open Firebug Tracing |
| | |- | | |- |
| | | <code>'''trace.maxMessageLength'''</code> || Limit for displayed trace message. || number of characters || 400 || - | | | <code>'''trace.maxMessageLength'''</code> || Limit for displayed trace message. || number of characters || 400 || - |
| Line 13: |
Line 17: |
| | | <code>'''trace.enableScope'''</code> || 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 | | | <code>'''trace.enableScope'''</code> || 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 |
| | |- | | |- |
| - | | <code>'''trace.showTime'''</code> || Specifies whether to show the time besides each entry in the [[Trace Console]] || true, false || false || Trace Console -> Logs -> Context Menu -> Show Time | + | | <code>'''trace.showTime'''</code> || Specifies whether to show the time besides each entry in the [[FBTrace|Trace Console]] || true, false || false || Trace Console -> Logs -> Context Menu -> Show Time |
| - | |- | + | |} |
| - | | <code>'''DBG_FBS_JSDCONTEXT'''</code> || Trace Console option flag for the JavaScript Debugger context || true, false || false || Trace Console->Options Tab->FBS_JSDCONTEXT
| + | |
| - | |-
| + | == Keyboard shortcut preferences == |
| - | | <code>'''DBG_FBS_FF_START'''</code> || Trace Console option flag for the Firefox start || true, false || false || Trace Console->Options Tab->FBS_FF_START
| + | |
| - | |- | + | {| class="wikitable" style="vertical-align:top;" |
| - | | <code>'''DBG_FBS_CREATION'''</code> || Trace Console option flag for script creation in JavaScript Debugger creation || true, false || false || Trace Console->Options Tab->FBS_CREATION
| + | |- bgcolor=lightgrey |
| - | |-
| + | ! style="width:18%;" | Option || style="width:42%;" | Description || style="width:10%;" | Valid Values || style="width:5%;" | Default || style="width:25%;" | UI Equivalents |
| - | | <code>'''DBG_FBS_BP'''</code> || Trace Console option flag for breakpoints in JavaScript Debugger || true, false || false || Trace Console->Options Tab->FBS_BP
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_FBS_SRCUNITS'''</code> || Trace Console option flag for source units in JavaScript Debugger || true, false || false || Trace Console->Options Tab->FBS_SRCUNITS
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_FBS_ERRORS'''</code> || Trace Console option flag for errors in JavaScript Debugger || true, false || false || Trace Console->Options Tab->FBS_ERRORS
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_FBS_FINDDEBUGGER'''</code> || Trace Console option flag for the Find Debugger in JavaScript Debugger || true, false || false || Trace Console->Options Tab->FBS_FINDDEBUGGER
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_FBS_STEP'''</code> || Trace Console option flag for stepping in JavaScript Debugger || true, false || false || Trace Console->Options Tab->FBS_STEP
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_FBS_TRACKFILES'''</code> || Trace Console option flag for tracked files in JavaScript Debugger || true, false || false || Trace Console->Options Tab->FBS_TRACKFILES
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_FBS_FUNCTION'''</code> || - || true, false || false || Trace Console->Options Tab->FBS_FUNCTION
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_ACTIVATION'''</code> || Trace Console option flag for Firebug activation || true, false || false || Trace Console->Options Tab->ACTIVATION
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_BP'''</code> || Trace Console option flag for breakpoints || true, false || false || Trace Console->Options Tab->BP
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_TOPLEVEL'''</code> || Trace Console option flag for top level JavaScript Debugger scripts || true, false || false || Trace Console->Options Tab->TOPLEVEL
| + | |
| - | |- | + | |
| - | | <code>'''DBG_STACK'''</code> || Trace Console option flag for the JavaScript call stack || true, false || false || Trace Console->Options Tab->STACK | + | |
| - | |- | + | |
| - | | <code>'''DBG_UI_LOOP'''</code> || Trace Console option flag for UI events in JavaScript Debugger || true, false || false || Trace Console->Options Tab->UI_LOOP | + | |
| - | |-
| + | |
| - | | <code>'''DBG_ERRORS'''</code> || Trace Console option flag for errors || true, false || false || Trace Console->Options Tab->ERRORS
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_ERRORLOG'''</code> || Trace Console option flag for error log || true, false || false || Trace Console->Options Tab->ERRORLOG
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_FUNCTION_NAMES'''</code> || Trace Console option flag for function names || true, false || false || Trace Console->Options Tab->FUNCTION_NAMES
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_EVAL'''</code> || Trace Console option flag for eval() calls || true, false || false || Trace Console->Options Tab->EVAL
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_PANELS'''</code> || Trace Console option flag for panels || true, false || false || Trace Console->Options Tab->PANELS
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_CACHE'''</code> || Trace Console option flag for the source cache || true, false || false || Trace Console->Options Tab->CACHE
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_CONSOLE'''</code> || Trace Console option flag for the Console Panel || true, false || false || Trace Console->Options Tab->CONSOLE
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_COMMANDLINE'''</code> || Trace Console option flag for the Command line || true, false || false || Trace Console->Options Tab->COMMANDLINE
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_CSS'''</code> || Trace Console option flag for the CSS Panel/CSS Side Panel || true, false || false || Trace Console->Options Tab->CSS
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_CSS_PARSER'''</code> || Trace Console option flag for the CSS parser || true, false || false || Trace Console->Options Tab->CSS_PARSER
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_DBG2FIREBUG'''</code> || - || true, false || false || Trace Console->Options Tab->DBG2FIREBUG
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_DOM'''</code> || Trace Console option flag for the DOM Panel || true, false || false || Trace Console->Options Tab->DOM
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_DOMPLATE'''</code> || Trace Console option flag for Domplate || true, false || false || Trace Console->Options Tab->DOMPLATE
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_DISPATCH'''</code> || Trace Console option flag for event dispatching || true, false || false || Trace Console->Options Tab->DISPATCH
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_HTML'''</code> || Trace Console option flag for the HTML Panel || true, false || false || Trace Console->Options Tab->HTML
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_LINETABLE'''</code> || Trace Console option flag for the line table of source files in JavaScript Debugger || true, false || false || Trace Console->Options Tab->LINETABLE
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_LOCATIONS'''</code> || Trace Console option flag for the UI element locator || true, false || false || Trace Console->Options Tab->LOCATIONS
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_SOURCEFILES'''</code> || Trace Console option flag for source files in JavaScript Debugger || true, false || false || Trace Console->Options Tab->SOURCEFILES
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_WINDOWS'''</code> || Trace Console option flag for browser windows/tabs || true, false || false || Trace Console->Options Tab->WINDOWS
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_NET'''</code> || Trace Console option flag for the Net Panel || true, false || false || Trace Console->Options Tab->NET
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_NET_EVENTS'''</code> || Trace Console option flag for network events || true, false || false || Trace Console->Options Tab->NET_EVENTS
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_INITIALIZE'''</code> || Trace Console option flag for the module initialization || true, false || false || Trace Console->Options Tab->INITIALIZE
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_INSPECT'''</code> || Trace Console option flag for the Inspector || true, false || false || Trace Console->Options Tab->INSPECT
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_OPTIONS'''</code> || Trace Console option flag for preference changes || true, false || false || Trace Console->Options Tab->OPTIONS
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_FBS_FLUSH'''</code> || - || true, false || false || Trace Console->Options Tab->FBS_FLUSH
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_HTTPOBSERVER'''</code> || Trace Console option flag for the HTTP observer || true, false || false || Trace Console->Options Tab->HTTPOBSERVER
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_SPY'''</code> || Trace Console option flag for the XMLHttpRequest observer || true, false || false || Trace Console->Options Tab->SPY
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_JSONVIEWER'''</code> || Trace Console option flag for the JSON viewer || true, false || false || Trace Console->Options Tab->JSONVIEWER
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_EDITOR'''</code> || Trace Console option flag for the text editor || true, false || false || Trace Console->Options Tab->EDITOR
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_SHORTCUTS'''</code> || Trace Console option flag for shortcuts || true, false || false || Trace Console->Options Tab->SHORTCUTS
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_A11Y'''</code> || Trace Console option flag for UI accessibility || true, false || false || Trace Console->Options Tab->A11Y
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_LOCALE'''</code> || Trace Console option flag for internationalization || true, false || false || Trace Console->Options Tab->LOCALE
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_INFOTIP'''</code> || Trace Console option flag for Info Tips || true, false || false || Trace Console->Options Tab->INFOTIP
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_ANNOTATIONS'''</code> || Trace Console option flag for page annotations || true, false || false || Trace Console->Options Tab->ANNOTATIONS
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_XMLVIEWER'''</code> || Trace Console option flag for the XML viewer || true, false || false || Trace Console->Options Tab->XMLVIEWER
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_SVGVIEWER'''</code> || Trace Console option flag for the SVG viewer || true, false || false || Trace Console->Options Tab->SVGVIEWER
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_ACTIVITYOBSERVER'''</code> || Trace Console option flag for the Net Panel's activity observer || true, false || false || Trace Console->Options Tab->ACTIVITYOBSERVER
| + | |
| - | |-
| + | |
| - | | <code>'''DBG_TOOLTIP'''</code> || Trace Console option flag for Status Icon Info Tooltip || true, false || false || Trace Console->Options Tab->TOOLTIP
| + | |
| | |- | | |- |
| - | | <code>'''DBG_HISTORY'''</code> || Trace Console option flag for UI navigation history || true, false || false || Trace Console->Options Tab->HISTORY | + | | <code>'''key.shortcut.openTraceConsole'''</code> || Keyboard shortcut for opening the [[FBTrace|Trace Console]] || key constants seperated by spaces || "shift r" || Firebug Menu->Customize Shortcuts->Open Trace Console |
| | |} | | |} |