From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/tools/remote_debugging/index.html | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 files/zh-cn/tools/remote_debugging/index.html (limited to 'files/zh-cn/tools/remote_debugging/index.html') diff --git a/files/zh-cn/tools/remote_debugging/index.html b/files/zh-cn/tools/remote_debugging/index.html new file mode 100644 index 0000000000..9ce762b8f4 --- /dev/null +++ b/files/zh-cn/tools/remote_debugging/index.html @@ -0,0 +1,47 @@ +--- +title: Remote Debugging +slug: Tools/Remote_Debugging +tags: + - Tools + - 环境 + - 远程调试 +translation_of: Tools/Remote_Debugging +--- +
{{ToolsSidebar}}
+ +

您可以使用Firefox开发者工具在桌面上来远程调试在同一设备上的不同浏览器或一个完全不同的设备上的 Web 站点或者是 Web app。其他浏览器可能是在同一设备上的工具或在不同的设备上,比如使用 USB 连接手机。

+ +

连接开发人员的工具的详细说明会在运行时特定说明

+ +

Gecko-based 环境

+ +

首先,你可以用开发者工具连接 Gecko-based 环境,诸如 Firefox Desktop, Firefox for Android, Firefox OS, and Thunderbird。

+ + + +

其他环境

+ +

试运行的 Valence 扩展附件能让你调试在非 Gecko 环境下的 Web 站点,诸如 Google Chrome Desktop, Chrome on Android, and Safari on iOS 。

+ +

Valence 在 Firefox Developer Edition 中默认启用。

+ + -- cgit v1.2.3-54-g00ecf