From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/zh-tw/tools/browser_toolbox/index.html | 41 ++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 files/zh-tw/tools/browser_toolbox/index.html (limited to 'files/zh-tw/tools/browser_toolbox') diff --git a/files/zh-tw/tools/browser_toolbox/index.html b/files/zh-tw/tools/browser_toolbox/index.html new file mode 100644 index 0000000000..686a7ed06d --- /dev/null +++ b/files/zh-tw/tools/browser_toolbox/index.html @@ -0,0 +1,41 @@ +--- +title: Browser Toolbox +slug: Tools/Browser_Toolbox +translation_of: Tools/Browser_Toolbox +--- +

瀏覽器工具箱有別於一般的工具箱,它可以讓您對附加元件以及瀏覽器本身的 JavaScript 程式碼除錯。瀏覽器工具箱所顯示的內容為整個瀏覽器而非僅有單一頁面的內容。h

+ +
+

註: 如果您要為無需新啟動或是基於 SDK 的附加元件除錯,請使用 Add-on Debugger

+
+ +

啟用瀏覽器工具箱

+ +

瀏覽器工具箱預設為關閉。要啟用瀏覽器工具箱,您必須要勾選「Enable chrome and addon debugging」與「Enable remote debugging」兩個選項。

+ + + +

Now you should see a new item in the Web Developer menu in Firefox labeled "Browser Toolbox".

+ +

Click the menu item and you'll be presented with a dialog like this:

+ +

Click OK, and the Browser Toolbox will open in its own window:

+ +

You'll see, and be able to debug, all the JavaScript files loaded by the browser itself and by any add-ons that are running. Altogether you will have access to the following developer tools:

+ + + +

 

+ +

 

-- cgit v1.2.3-54-g00ecf