aboutsummaryrefslogtreecommitdiff
path: root/files/ja/tools/debugger/how_to/open_the_debugger/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/tools/debugger/how_to/open_the_debugger/index.html')
-rw-r--r--files/ja/tools/debugger/how_to/open_the_debugger/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/files/ja/tools/debugger/how_to/open_the_debugger/index.html b/files/ja/tools/debugger/how_to/open_the_debugger/index.html
new file mode 100644
index 0000000000..86b3c84cb0
--- /dev/null
+++ b/files/ja/tools/debugger/how_to/open_the_debugger/index.html
@@ -0,0 +1,16 @@
+---
+title: デバッガーを開く
+slug: Tools/Debugger/How_to/Open_the_debugger
+translation_of: Tools/Debugger/How_to/Open_the_debugger
+---
+<p>{{ToolsSidebar}}</p>
+
+<p>デバッガーを開く方法は 3 つあります:</p>
+
+<ul>
+ <li>Firefox メニューの [ウェブ開発] サブメニュー (メニューバーを表示している場合や OS X では [ツール] メニュー) で [デバッガー] を選択する</li>
+ <li>キーボードショートカット <kbd>Ctrl</kbd><kbd>Shift</kbd><kbd>S</kbd> (OS X では <kbd>Command</kbd><kbd>Option</kbd><kbd>S</kbd>) を押下する</li>
+ <li>メニューボタン ( <img alt="new fx menu" class="frameless wiki-image" src="https://support.cdn.mozilla.net/media/uploads/gallery/images/2014-01-10-13-08-08-f52b8c.png" title=""> ) を押下して [開発ツール]、[デバッガー] の順に選択する</li>
+</ul>
+
+<p>{{EmbedYouTube("yI5SlVQiZtI")}}</p>