diff options
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> |