diff options
Diffstat (limited to 'files/ja/tools/debugger/how_to')
3 files changed, 3 insertions, 0 deletions
diff --git a/files/ja/tools/debugger/how_to/break_on_a_dom_event/index.html b/files/ja/tools/debugger/how_to/break_on_a_dom_event/index.html index d784061bb8..4aca9399f6 100644 --- a/files/ja/tools/debugger/how_to/break_on_a_dom_event/index.html +++ b/files/ja/tools/debugger/how_to/break_on_a_dom_event/index.html @@ -2,6 +2,7 @@ title: DOM イベントでブレークする slug: Tools/Debugger/How_to/Break_on_a_DOM_event translation_of: Tools/Debugger/Break_on_DOM_mutation +translation_of_original: 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/examine,_modify,_and_watch_variables/index.html b/files/ja/tools/debugger/how_to/examine,_modify,_and_watch_variables/index.html index d0706ef09d..74c0db4345 100644 --- a/files/ja/tools/debugger/how_to/examine,_modify,_and_watch_variables/index.html +++ b/files/ja/tools/debugger/how_to/examine,_modify,_and_watch_variables/index.html @@ -2,6 +2,7 @@ title: 変数を調査、編集、ウォッチする slug: 'Tools/Debugger/How_to/Examine,_modify,_and_watch_variables' translation_of: Tools/Debugger/How_to/Set_Watch_Expressions +translation_of_original: 'Tools/Debugger/How_to/Examine,_modify,_and_watch_variables' --- <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/search_and_filter/index.html b/files/ja/tools/debugger/how_to/search_and_filter/index.html index 7e51a1f3c0..4f3391c8b1 100644 --- a/files/ja/tools/debugger/how_to/search_and_filter/index.html +++ b/files/ja/tools/debugger/how_to/search_and_filter/index.html @@ -2,6 +2,7 @@ title: 検索とフィルタ slug: Tools/Debugger/How_to/Search_and_filter translation_of: Tools/Debugger/How_to/Search +translation_of_original: Tools/Debugger/How_to/Search_and_filter --- <div>{{ToolsSidebar}}</div><p><a href="/ja/docs/Tools/Debugger/UI_Tour#toolbar">ツールバー</a>のスクリプトフィルタを使用して、デバッガ内にある項目を検索できます:</p> |