Skip to content

Commit d001e32

Browse files
ZYSzysfhemberger
authored andcommitted
Fix legacy "Built-in Debugger" link in Korean
Update built-in debugger link to the latest in [guides/debugging-getting-started](https://nodejs.org/en/docs/guides/debugging-getting-started/).
1 parent 39a7f4e commit d001e32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locale/ko/docs/guides/debugging-getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ TCP 포트(기본 `5858`)로 지금은 중단된 V8 디버깅 프로토콜에서
313313
V8 디버깅 프로토콜은 더는 관리되지 않고 문서화도 되지 않습니다.
314314

315315
<!--
316-
#### [Built-in Debugger](https://github.com/nodejs/node/blob/master/lib/_debugger.js)
316+
#### [Built-in Debugger](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
317317
318318
Start `node debug script_name.js` to start your script under Node's builtin
319319
command-line debugger. Your script starts in another Node process started with
@@ -327,7 +327,7 @@ which translates the Inspector Protocol used in Chromium to the V8 Debugger
327327
protocol used in Node.js.
328328
-->
329329

330-
#### [내장 디버거](https://github.com/nodejs/node/blob/master/lib/_debugger.js)
330+
#### [내장 디버거](https://nodejs.org/dist/latest-v6.x/docs/api/debugger.html)
331331

332332
Node의 내장 명령형 디버거로 스크립트를 실행하려면 `node debug script_name.js`로 실행하세요.
333333
스크립트가 다른 Node 프로세스에서 `--debug-brk` 옵션으로 시작되고 원래의 Node 프로세스는

0 commit comments

Comments
 (0)