溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

Firebug使用之一--Console Panel

發(fā)布時間:2020-06-18 09:52:54 來源:網(wǎng)絡(luò) 閱讀:367 作者:lovejava2012 欄目:web開發(fā)

Console Panel

Firebug使用之一--Console Panel
Firebug使用之一--Console Panel
Console Panel

The console panel offers a JavaScript command line, lists all kinds of messages and offers a profiler for JavaScript commands.

Contents

 [hide]
  • 1 Options Menu
  • 2 Panel Toolbar
    • 2.1 Break On All Errors
    • 2.2 Clear
    • 2.3 Persist
    • 2.4 Profile
    • 2.5 Filter buttons
  • 3 Command Line
    • 3.1 Command Editor
    • 3.2 Smart paste
  • 4 Console
    • 4.1 Click functionality
    • 4.2 Profiling
  • 5 See also

[edit]Options Menu

This menu is reachable via the little arrow in the panel tab ( Firebug使用之一--Console Panel ) or by right-clicking on on the panel tab (since Firebug 1.9).

Option Preference Description
Enabled extensions.firebug.console.enableSites Enables the Console Panel
Disabled extensions.firebug.console.enableSites Disables the Console Panel
Show JavaScript Errors extensions.firebug.showJSErrors Toggles logging of JavaScript error messages into the console
Show JavaScript Warnings extensions.firebug.showJSWarnings Toggles logging of JavaScript warning messages into the console
Show CSS Errors extensions.firebug.showCSSErrors Toggles logging of CSS error messages into the console
Show XML/HTML Errors extensions.firebug.showXMLErrors Toggles logging of XML and HTML error messages into the console
Show XMLHttpRequests extensions.firebug.showXMLHttpRequests Toggles logging of XMLHttpRequests into the console; see the Net Panel for more info
Show Chrome Errors extensions.firebug.showChromeErrors Toggles logging of program and add-on internal error messages into the console
Show Chrome Messages extensions.firebug.showChromeMessages Toggles logging of program and add-on internal messages into the console
Show External Errors extensions.firebug.showExternalErrors Toggles logging of external error messages into the console
Show Network Errors extensions.firebug.showNetworkErrors Toggles logging of network error messages into the console
Show Stack Trace With Errors extensions.firebug.service.showStackTrace Toggles the inclusion of the stack trace for error messages
Show Cookie Events extensions.firebug.cookies.logEvents Toggles logging of cookie events into the console; see the Cookies Panel for more info
Strict Warnings (performance penalty) javascript.options.strict Toggles logging of strict warnings into the console
Command Editor extensions.firebug.commandEditor Toggles between the Command Line and the Command Editor
Show Completion List Popup extensions.firebug.commandLineShowCompleterPopup Toggles the auto-completion of commands while typing

For more info about tweaks available in Firebug please see the full list of preferences.

[edit]Panel Toolbar

[edit]Break On All Errors

As with some of the other panels the console panel offers a "Break On ..." feature. In this case it's "Break On All Errors" ( Firebug使用之一--Console Panel ), which means that as soon as an error occurs the script execution is stopped.

[edit]Clear

Clears the console by removing all messages from the output.

[edit]Persist

This option prevents clearing the console when a page is reloaded. Thus all messages will stay inside the console as long as this option is enabled.

[edit]Profile

Enabling this option lets you profile JavaScript activity. For more info about this feature see the Profiling section.

[edit]Filter buttons

There are different buttons allowing you to filter the display of messages logged to the console:

Option Description
All Displays all messages
Errors Limits the display to error messages
Warnings Limits the display to warning messages
Info Limits the display to info messages
Debug Info Limits the display to debug info messages
Cookies Limits the display to cookie events

You can also select multiple filters by holding down Ctrl / 

向AI問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI