diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 12:08:35 +0100 |
commit | 9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f (patch) | |
tree | 3eabcb7c51657ecbaf7acb8e9de10af73e86d96c /files/ja/tools/debugger | |
parent | 6ef1fa4618e08426b874529619a66adbd3d1fcf0 (diff) | |
download | translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.gz translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.tar.bz2 translated-content-9368f65a6c94ddbf6bfe9f4f1f27f166b2e2129f.zip |
unslug ja: modify
Diffstat (limited to 'files/ja/tools/debugger')
-rw-r--r-- | files/ja/tools/debugger/break_on_dom_mutation/index.html | 3 | ||||
-rw-r--r-- | files/ja/tools/debugger/how_to/ignore_a_source/index.html | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/files/ja/tools/debugger/break_on_dom_mutation/index.html b/files/ja/tools/debugger/break_on_dom_mutation/index.html index 4aca9399f6..91aee079ae 100644 --- a/files/ja/tools/debugger/break_on_dom_mutation/index.html +++ b/files/ja/tools/debugger/break_on_dom_mutation/index.html @@ -1,8 +1,9 @@ --- title: DOM イベントでブレークする -slug: Tools/Debugger/How_to/Break_on_a_DOM_event +slug: Tools/Debugger/Break_on_DOM_mutation translation_of: Tools/Debugger/Break_on_DOM_mutation translation_of_original: Tools/Debugger/How_to/Break_on_a_DOM_event +original_slug: Tools/Debugger/How_to/Break_on_a_DOM_event --- <div>{{ToolsSidebar}}</div><div class="note"> <p>この機能は、まだ新しいデバッガーでサポートしていません。現時点で必要である場合は、about:config で設定項目 "devtools.debugger.new-debugger-frontend" を <code>false</code> に設定して、古いデバッガーに戻すことができます。</p> diff --git a/files/ja/tools/debugger/how_to/ignore_a_source/index.html b/files/ja/tools/debugger/how_to/ignore_a_source/index.html index 0378307727..b3c296cfa3 100644 --- a/files/ja/tools/debugger/how_to/ignore_a_source/index.html +++ b/files/ja/tools/debugger/how_to/ignore_a_source/index.html @@ -1,7 +1,8 @@ --- title: ソースをブラックボックス化する -slug: Tools/Debugger/How_to/Black_box_a_source +slug: Tools/Debugger/How_to/Ignore_a_source translation_of: Tools/Debugger/How_to/Ignore_a_source +original_slug: Tools/Debugger/How_to/Black_box_a_source --- <p>{{ToolsSidebar}}</p> |