aboutsummaryrefslogtreecommitdiff
path: root/files/ko/tools/debugger
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:24 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:24 +0100
commitee778d6eea54935fd05022e0ba8c49456003381a (patch)
tree151a4cef804d8823cc8fc753b8edc693b7078241 /files/ko/tools/debugger
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-ee778d6eea54935fd05022e0ba8c49456003381a.tar.gz
translated-content-ee778d6eea54935fd05022e0ba8c49456003381a.tar.bz2
translated-content-ee778d6eea54935fd05022e0ba8c49456003381a.zip
unslug ko: move
Diffstat (limited to 'files/ko/tools/debugger')
-rw-r--r--files/ko/tools/debugger/how_to/index.html11
-rw-r--r--files/ko/tools/debugger/how_to/open_the_debugger/index.html24
-rw-r--r--files/ko/tools/debugger/how_to/search/index.html24
-rw-r--r--files/ko/tools/debugger/how_to/set_a_breakpoint/index.html31
-rw-r--r--files/ko/tools/debugger/keyboard_shortcuts/index.html (renamed from files/ko/tools/debugger/단축키/index.html)0
5 files changed, 90 insertions, 0 deletions
diff --git a/files/ko/tools/debugger/how_to/index.html b/files/ko/tools/debugger/how_to/index.html
new file mode 100644
index 0000000000..40f5269f45
--- /dev/null
+++ b/files/ko/tools/debugger/how_to/index.html
@@ -0,0 +1,11 @@
+---
+title: How to
+slug: Tools/How_to
+tags:
+ - NeedsTranslation
+ - TopicStub
+translation_of: Tools/Debugger/How_to
+---
+<div>{{ToolsSidebar}}</div><p><span class="seoSummary">These articles describe how to use the debugger.</span></p>
+
+<p>{{ ListSubpages () }}</p>
diff --git a/files/ko/tools/debugger/how_to/open_the_debugger/index.html b/files/ko/tools/debugger/how_to/open_the_debugger/index.html
new file mode 100644
index 0000000000..5b27e11b7a
--- /dev/null
+++ b/files/ko/tools/debugger/how_to/open_the_debugger/index.html
@@ -0,0 +1,24 @@
+---
+title: Open the debugger
+slug: Tools/How_to/Open_the_debugger
+translation_of: Tools/Debugger/How_to/Open_the_debugger
+---
+<div>{{ToolsSidebar}}</div><div class="note">
+<p>이 페이지는 Firefox 52 이상, Firefox Nightly 및 Firefox Developer Edition 에 나타나는 JavaScript Debugger 에 대해 설명합니다.</p>
+
+<p>이전 버전의 Firefox 또는 FireFox Beta 또는 Release 에서는 어떠했는지 보려면 <a href="/ko/docs/Tools/Debugger_%28before_Firefox_52%29">Debugger (before Firefox 52)</a> 를 참조하세요.</p>
+
+<p>이전 버전의 Debugger 로 다시 전환해야 하는 경우, about:config 에서 "devtools.debugger.new-debugger-frontend" 를 false 로 설정하면 됩니다.</p>
+</div>
+
+<p>Debugger 를 여는 방법에는 3가지가 있습니다</p>
+
+<ul>
+ <li>Firefox 상단 메뉴 모음 (또는 메뉴 막대를 표시하거나 Mac OS X에있는 경우 도구 메뉴)의 [도구] - [웹 개발자 도구] - [디버거]를 선택하십시오.</li>
+ <li>단축키 <kbd>Ctrl</kbd><kbd>Shift</kbd><kbd>S</kbd> 사용하여 열 수 있습니다. (Mac 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>
+
+<p> </p>
diff --git a/files/ko/tools/debugger/how_to/search/index.html b/files/ko/tools/debugger/how_to/search/index.html
new file mode 100644
index 0000000000..9971abcaae
--- /dev/null
+++ b/files/ko/tools/debugger/how_to/search/index.html
@@ -0,0 +1,24 @@
+---
+title: Search
+slug: Tools/How_to/Search
+translation_of: Tools/Debugger/How_to/Search
+---
+<div>{{ToolsSidebar}}</div><div class="note">
+<p>이 페이지는 Firefox 52 이상, Firefox Nightly 및 Firefox Developer Edition에 나타나는 JavaScript 디버거에 대해 설명합니다.</p>
+
+<p>이전 버전의 Firefox 나 Firefox Beta 및 Release에서 어떤 모습인지 보려면 <a href="https://developer.mozilla.org/en-US/docs/Tools/Debugger_%28before_Firefox_52%29">Debugger (Firefox 52 이전)</a>를 참조하십시오.</p>
+
+<p>이 버전의 디버거를 가져와 이전 버전으로 다시 전환해야하는 경우 about:config를 url에 입력하여 "devtools.debugger.new-debugger-frontend"환경 설정을<code>false</code>로 설정하여 수행 할 수 있습니다.</p>
+</div>
+
+<h2 id="파일_찾기">파일 찾기</h2>
+
+<p>특정 파일을 검색하려면, 단축키 <kbd>Control</kbd> + <kbd>P</kbd> (Mac에서는 <kbd>Command</kbd> + <kbd>P</kbd> ) 를 누르고 검색어를 입력하세요. <a href="/ko/docs/Tools/Debugger/UI_Tour#소스_창(Source_pane)">소스창(source pane)</a>에는 입력하는 동안 일치하는 모든 파일 목록을 표시됩니다. 위 아래 방향키로 목록을 이동할 수 있고,  <kbd>Enter(Return)</kbd>키로 해당 파일을 열 수 있습니다:</p>
+
+<p>{{EmbedYouTube("xXsfYx0THWg")}}</p>
+
+<h2 id="파일_내에서_찾기">파일 내에서 찾기</h2>
+
+<p><a href="/ko/docs/Tools/Debugger/UI_Tour#소스_창(Source_pane)">소스창(source pane)</a>에 로드된 파일의 특정 단어를 검색하려면 <a href="/ko/docs/Tools/Debugger/UI_Tour#소스_창(Source_pane)">소스창(source pane)</a>에 포커스가 있는 상태에서 단축키 <kbd>Control</kbd> + <kbd>F</kbd> (Mac에서는 <kbd>Command</kbd> + <kbd>F</kbd>) 를 누르고 <kbd>Enter(Return)</kbd> 키를 눌러서 검색합니다. 디버거는 코드내에 일치하는 검색한 단어의 수를 표시하고 각 단어를 네모칸으로 표시합니다 :</p>
+
+<p><img alt="" src="https://mdn.mozillademos.org/files/14997/new-search.png" style="display: block; height: 524px; margin-left: auto; margin-right: auto; width: 595px;"></p>
diff --git a/files/ko/tools/debugger/how_to/set_a_breakpoint/index.html b/files/ko/tools/debugger/how_to/set_a_breakpoint/index.html
new file mode 100644
index 0000000000..f5d2af9e06
--- /dev/null
+++ b/files/ko/tools/debugger/how_to/set_a_breakpoint/index.html
@@ -0,0 +1,31 @@
+---
+title: Set a breakpoint
+slug: Tools/How_to/Set_a_breakpoint
+translation_of: Tools/Debugger/How_to/Set_a_breakpoint
+---
+<div>{{ToolsSidebar}}</div><div class="note">
+<p>이 페이지는 Firefox 52 이상, Firefox Nightly 및 Firefox Developer Edition에 나타나는 JavaScript 디버거에 대해 설명합니다.</p>
+
+<p>이전 버전의 Firefox 나 Firefox Beta 및 Release에서 어떤 모습인지 보려면 <a href="https://developer.mozilla.org/en-US/docs/Tools/Debugger_%28before_Firefox_52%29">Debugger (Firefox 52 이전)</a>를 참조하십시오.</p>
+
+<p>이 버전의 디버거를 가져와 이전 버전으로 다시 전환해야하는 경우 about:config를 url에 입력하여 "devtools.debugger.new-debugger-frontend"환경 설정을<code>false</code>로 설정하여 수행 할 수 있습니다.</p>
+</div>
+
+<p>중단점을 설정하는 방법은 다음과 같은 세가지 방법이 있습니다:</p>
+
+<ul>
+ <li><a href="/ko/docs/Tools/Debugger/UI_Tour#소스_창(Source_pane)">소스 창(source pane)</a> 내에서, 중단점을 원하는 지점의 줄번호(line number)를 클릭하여 중단점을 설정할 수 있습니다.</li>
+ <li><a href="/ko/docs/Tools/Debugger/UI_Tour#소스_창(Source_pane)">소스 창(source pane)</a> 내에서,중단점을 원하는 지점의 줄번호에서 마우스 오른쪽 클릭하여 바로가기 메뉴의"중단점 추가"를 클릭하여 중단점을 설정할 수 있습니다.</li>
+ <li><a href="/ko/docs/Tools/Debugger/UI_Tour#소스_창(Source_pane)">소스 창(source pane)</a> 내에서, 중단점을 원하는 지점의 부분에 커서를 놓고 단축키Ctrl+B (Windows/Linux) 또는 Command+B (Mac OS X)를 눌러서 중단점을 설정할 수 있습니다.</li>
+</ul>
+
+<p>아래 비디오는 바로가기 메뉴(context menu)를 사용하여 중단 점을 설정합니다:</p>
+
+<p>{{EmbedYouTube("P7b98lEijF0")}}</p>
+
+<p>각 중단점은 디버거의 두 위치에 표시됩니다:</p>
+
+<ul>
+ <li><a href="/ko/docs/Tools/Debugger/UI_Tour#중단점_목록(Breakpoint_list)">중단점 목록</a>에는 중단점의 파일 이름과 줄번호가 표시됩니다.</li>
+ <li><a href="/ko/docs/Tools/Debugger/UI_Tour#소스_창(Source_pane)">소스 창(source pane)</a>내에서 중단점은 파란색 화살표, <a href="/ko/docs/Tools/Debugger/How_to/Set_a_conditional_breakpoint">조건부 중단점</a>은 주황색 화살표로 표시됩니다.</li>
+</ul>
diff --git a/files/ko/tools/debugger/단축키/index.html b/files/ko/tools/debugger/keyboard_shortcuts/index.html
index d213621412..d213621412 100644
--- a/files/ko/tools/debugger/단축키/index.html
+++ b/files/ko/tools/debugger/keyboard_shortcuts/index.html