diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:28:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:28:55 +0100 |
commit | 68329ed10215ae1e07a55115afe41caf0506a178 (patch) | |
tree | ebd1dd38f34cbbdb8b67939caffae10dd03e73af /files/tr/tools/remote_debugging/index.html | |
parent | c921f8b3f42e02cbd045ba32a1ed37d7d07ef7bf (diff) | |
parent | b7edf84c423a5f25ebb340fcdab552d5784e2109 (diff) | |
download | translated-content-68329ed10215ae1e07a55115afe41caf0506a178.tar.gz translated-content-68329ed10215ae1e07a55115afe41caf0506a178.tar.bz2 translated-content-68329ed10215ae1e07a55115afe41caf0506a178.zip |
Merge pull request #45 from fiji-flo/unslugging-tr
Unslugging tr
Diffstat (limited to 'files/tr/tools/remote_debugging/index.html')
-rw-r--r-- | files/tr/tools/remote_debugging/index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/files/tr/tools/remote_debugging/index.html b/files/tr/tools/remote_debugging/index.html new file mode 100644 index 0000000000..7e5304f2f1 --- /dev/null +++ b/files/tr/tools/remote_debugging/index.html @@ -0,0 +1,23 @@ +--- +title: Remote Debugging +slug: Tools/Remote_Debugging +translation_of: Tools/Remote_Debugging +original_slug: Araclar/Remote_Debugging +--- +<p>You can use the Firefox developer tools on your desktop to debug code running remotely: in a different process on the same device or on a completely different device. To do this you use Firefox to attach the <a href="/en-US/docs/Toolbox" title="/en-US/docs/Toolbox">Toolbox</a> to the remote process, and the Toolbox is then launched in its own window. At the moment the following tools support remote debugging:</p> +<ul> + <li><a href="/en-US/docs/Tools/Page_Inspector">Page Inspector</a></li> + <li><a href="/en-US/docs/Tools/Debugger" title="/en-US/docs/Tools/Debugger">JavaScript Debugger</a></li> + <li><a href="/en-US/docs/Tools/Style_Editor" title="/en-US/docs/Tools/Style_Editor">Style Editor</a></li> + <li><a href="/en-US/docs/Tools/Web_Console" title="/en-US/docs/Tools/Web_Console">Web Console</a></li> + <li><a href="/en-US/docs/Tools/Profiler" title="/en-US/docs/Tools/Profiler">Profiler</a></li> + <li><a href="/en-US/docs/Tools/Network_Monitor" title="/en-US/docs/Tools/Network_Monitor">Network Monitor</a></li> +</ul> +<h2 id="Firefox_for_Android">Firefox for Android</h2> +<p><a href="/en-US/docs/Tools/Remote_Debugging/Firefox_for_Android">Remotely debugging Firefox for Android</a> describes how to connect to Firefox on an Android device over USB.</p> +<h2 id="Firefox_for_Metro">Firefox for Metro</h2> +<p><a href="/en-US/docs/Tools/Remote_Debugging/Firefox_for_Metro">Remotely debugging Firefox for Metro</a> describes how to use desktop Firefox to debug code running in Windows 8 (Metro-style) Firefox.</p> +<h2 id="Firefox_OS">Firefox OS</h2> +<p><a href="/en-US/Firefox_OS/Using_the_App_Manager">Using the App Manager</a> includes instructions for connecting the Firefox developer tools to the Firefox OS simulator or to a Firefox OS device.</p> +<h2 id="Thunderbird">Thunderbird</h2> +<p><a href="/en-US/docs/Tools/Remote_Debugging/Thunderbird">Remotely debugging Thunderbird</a> explains how a combination of Firefox and Thunderbird can be used to debug code running in Thunderbird.</p> |