From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/id/tools/debugger/index.html | 49 -------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 files/id/tools/debugger/index.html (limited to 'files/id/tools/debugger') diff --git a/files/id/tools/debugger/index.html b/files/id/tools/debugger/index.html deleted file mode 100644 index c1f0d2c11e..0000000000 --- a/files/id/tools/debugger/index.html +++ /dev/null @@ -1,49 +0,0 @@ ---- -title: Debugger -slug: Tools/Debugger -translation_of: Tools/Debugger ---- -
{{ToolsSidebar}}

The JavaScript Debugger enables you to step through JavaScript code and examine or modify its state to help track down bugs.

- -

You can use it to debug code running locally in Firefox or running remotely, for example in a Firefox OS device or Firefox on Android. See remote debugging to learn how to connect the debugger to a remote target.

- -

{{EmbedYouTube("sK8KU8oiF8s")}}

- -
-

User Interface Tour

- -

To find your way around the debugger, here's a quick tour of the UI.

- -
-

How to

- -

To find out what you can do with the debugger, see the following how-to guides:

- -
- -
- -
-

Reference

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