diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-10 15:07:40 -0500 |
commit | e3e12548adeb7e1dcfc4d5b32884a225ee2b499d (patch) | |
tree | e79f55a57428a312358befac396d4abe25730206 /files/ja/tools/debugger/how_to | |
parent | 65cc6eabd71b1bceccf6fd3d3d4970c2955f3784 (diff) | |
download | translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.gz translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.tar.bz2 translated-content-e3e12548adeb7e1dcfc4d5b32884a225ee2b499d.zip |
adding translation_of_original to front-matter
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> |