File tree Expand file tree Collapse file tree 5 files changed +1
-12
lines changed Expand file tree Collapse file tree 5 files changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ info on these follows:
106106 are listed.
107107* ** Option 2** : Copy the ` devtoolsFrontendUrl ` from the output of ` /json/list `
108108 (see above) or the --inspect hint text and paste into Chrome.
109- * ** Option 3** : Install the Chrome Extension NIM (Node Inspector Manager):
110- https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj
111109
112110#### [ Visual Studio Code] ( https://github.com/microsoft/vscode ) 1.10+
113111
Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ info on these follows:
106106 are listed.
107107* ** Option 2** : Copy the ` devtoolsFrontendUrl ` from the output of ` /json/list `
108108 (see above) or the --inspect hint text and paste into Chrome.
109- * ** Option 3** : Install the Chrome Extension NIM (Node Inspector Manager):
110- https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj
111109
112110#### [ Visual Studio Code] ( https://github.com/microsoft/vscode ) 1.10+
113111
Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ info on these follows:
106106 are listed.
107107* ** Option 2** : Copy the ` devtoolsFrontendUrl ` from the output of ` /json/list `
108108 (see above) or the --inspect hint text and paste into Chrome.
109- * ** Option 3** : Install the Chrome Extension NIM (Node Inspector Manager):
110- https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj
111109
112110#### [ Visual Studio Code] ( https://github.com/microsoft/vscode ) 1.10+
113111
Original file line number Diff line number Diff line change @@ -42,8 +42,6 @@ These commercial and open source tools make debugging Node.js apps easier.
4242
4343* **Option 1**: Open `chrome://inspect` in a Chromium-based browser. Click the "Open dedicated DevTools for Node" link.
4444 are listed. Then select your Node.js app from the list.
45- * **Option 2**: Install the Chrome Extension NIM (Node Inspector Manager):
46- https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj
4745-->
4846
4947## 인스펙터 도구와 클라이언트
@@ -59,8 +57,6 @@ These commercial and open source tools make debugging Node.js apps easier.
5957### [ Chrome DevTools] ( https://github.com/ChromeDevTools/devtools-frontend )
6058
6159* ** 옵션 1** : 크로미움 기반의 브라우저에서 ` chrome://inspect ` 에 접속 후 "Open dedicated DevTools for Node"를 클릭하십시오.
62- * ** 옵션 2** : 크롬 확장프로그램 NIM(Node Inspector Manager)을 설치하세요.
63- https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj
6460
6561<!--
6662### [VS Code](https://github.com/microsoft/vscode) 1.10+
@@ -234,4 +230,4 @@ The following table lists the impact of various runtime flags on debugging:
234230 </ul>
235231 </td>
236232 </tr >
237- </table >
233+ </table >
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ Node.js 进程如果 *不使用* `--inspect` 开关启动,也可以由指令
6868
6969* ** 选项 1** : 在基于 Chromium 内核的浏览器下打开 ` chrome://inspect ` 。点击配置按钮确保你的目标宿主和端口号列入其中。
7070* ** 选项 2** : 从 ` /json/list ` 中拷贝 ` devtoolsFrontendUrl ` (见上),或者加上 --inspect 以检查提示文本并粘贴到 Chrome 中。
71- * ** 选项 3** : 安装 Chrome 扩展(Node 监视管理器):https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj
7271
7372#### [ Visual Studio Code] ( https://github.com/microsoft/vscode ) 1.10+
7473
You can’t perform that action at this time.
0 commit comments