File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ TCP 포트(기본 `5858`)로 지금은 중단된 V8 디버깅 프로토콜에서
313313V8 디버깅 프로토콜은 더는 관리되지 않고 문서화도 되지 않습니다.
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
318318Start `node debug script_name.js` to start your script under Node's builtin
319319command-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
327327protocol 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
332332Node의 내장 명령형 디버거로 스크립트를 실행하려면 ` node debug script_name.js ` 로 실행하세요.
333333스크립트가 다른 Node 프로세스에서 ` --debug-brk ` 옵션으로 시작되고 원래의 Node 프로세스는
You can’t perform that action at this time.
0 commit comments