|
|
| Line 28: |
Line 28: |
| | | <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 | | | <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 |
| | |} | | |} |
| - |
| |
| - | == Debug flags ==
| |
| - |
| |
| - | {| class="wikitable" style="vertical-align:top;"
| |
| - | |- 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_JSDCONTEXT'''</code> || Trace Console option flag for the JavaScript Debugger context || true, false || false || Trace Console->Options Tab->FBS_JSDCONTEXT
| |
| - | |-
| |
| - | | <code>'''DBG_FBS_FF_START'''</code> || Trace Console option flag for the Firefox start || true, false || false || Trace Console->Options Tab->FBS_FF_START
| |
| - | |-
| |
| - | | <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
| |
| - | |-
| |
| - | | <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
| |
| - | |}
| |
| - |
| |
| - | ''Note:'' The defaults for these preferences were removed in FBTrace 1.8.
| |