aboutsummaryrefslogtreecommitdiff
path: root/files/ja/tools/web_console/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/tools/web_console/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/tools/web_console/index.html')
-rw-r--r--files/ja/tools/web_console/index.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/files/ja/tools/web_console/index.html b/files/ja/tools/web_console/index.html
new file mode 100644
index 0000000000..ab647c2924
--- /dev/null
+++ b/files/ja/tools/web_console/index.html
@@ -0,0 +1,48 @@
+---
+title: Webコンソール
+slug: Tools/Web_Console
+tags:
+ - Guide
+ - Security
+ - Web Development
+ - 'Web Development:Tools'
+ - 'l10n:priority'
+ - web console
+ - ツール
+ - デバッグ
+translation_of: Tools/Web_Console
+---
+<div>{{ToolsSidebar}}</div>
+
+<p><strong>Webコンソールとは:</strong></p>
+
+<ol>
+ <li>ウェブページに関する情報、ネットワークリクエスト、JavaScript、CSS、セキュリティのエラーや警告のほか、ページ内で実行されている JavaScript コードによって記録されたエラー、警告、情報メッセージを記録できます。</li>
+ <li>ページコンテキスト内で JavaScript の式を実行することにより、ウェブページと対話できます。</li>
+</ol>
+
+<p>{{EmbedYouTube("C6Cyrpkb25k")}}</p>
+
+<div class="column-container">
+<div class="column-half">
+<dl>
+ <dt><a href="/ja/docs/Tools/Web_Console/Opening_the_Web_Console">Webコンソールを開く</a></dt>
+ <dd>Webコンソールを開く方法です。</dd>
+ <dt><a href="/ja/docs/Tools/Web_Console/The_command_line_interpreter">コマンドラインインタープリター</a></dt>
+ <dd>コンソールを使用してドキュメントと対話する方法です。</dd>
+ <dt><a href="/ja/docs/Tools/Web_Console/Split_console">コンソールの分割</a></dt>
+ <dd>コンソールを別のツールと並べて使用します。</dd>
+</dl>
+</div>
+
+<div class="column-half">
+<dl>
+ <dt><a href="/ja/docs/Tools/Web_Console/Console_messages">コンソールのメッセージ</a></dt>
+ <dd>コンソールが記録するメッセージを詳しく説明します。</dd>
+ <dt><a href="/ja/docs/Tools/Web_Console/Rich_output">高度な出力</a></dt>
+ <dd>コンソールが記録したオブジェクトを確認して対話する方法です。</dd>
+ <dt><a href="/ja/docs/Tools/Web_Console/Keyboard_shortcuts">キーボードショートカット</a></dt>
+ <dd>ショートカットのリファレンスです。</dd>
+</dl>
+</div>
+</div>