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:
106
106
are listed.
107
107
* ** Option 2** : Copy the ` devtoolsFrontendUrl ` from the output of ` /json/list `
108
108
(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
111
109
112
110
#### [ Visual Studio Code] ( https://github.com/microsoft/vscode ) 1.10+
113
111
Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ info on these follows:
106
106
are listed.
107
107
* ** Option 2** : Copy the ` devtoolsFrontendUrl ` from the output of ` /json/list `
108
108
(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
111
109
112
110
#### [ Visual Studio Code] ( https://github.com/microsoft/vscode ) 1.10+
113
111
Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ info on these follows:
106
106
are listed.
107
107
* ** Option 2** : Copy the ` devtoolsFrontendUrl ` from the output of ` /json/list `
108
108
(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
111
109
112
110
#### [ Visual Studio Code] ( https://github.com/microsoft/vscode ) 1.10+
113
111
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.
42
42
43
43
* **Option 1**: Open `chrome://inspect` in a Chromium-based browser. Click the "Open dedicated DevTools for Node" link.
44
44
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
47
45
-->
48
46
49
47
## 인스펙터 도구와 클라이언트
@@ -59,8 +57,6 @@ These commercial and open source tools make debugging Node.js apps easier.
59
57
### [ Chrome DevTools] ( https://github.com/ChromeDevTools/devtools-frontend )
60
58
61
59
* ** 옵션 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
64
60
65
61
<!--
66
62
### [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:
234
230
</ul>
235
231
</td>
236
232
</tr >
237
- </table >
233
+ </table >
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ Node.js 进程如果 *不使用* `--inspect` 开关启动,也可以由指令
68
68
69
69
* ** 选项 1** : 在基于 Chromium 内核的浏览器下打开 ` chrome://inspect ` 。点击配置按钮确保你的目标宿主和端口号列入其中。
70
70
* ** 选项 2** : 从 ` /json/list ` 中拷贝 ` devtoolsFrontendUrl ` (见上),或者加上 --inspect 以检查提示文本并粘贴到 Chrome 中。
71
- * ** 选项 3** : 安装 Chrome 扩展(Node 监视管理器):https://chrome.google.com/webstore/detail/nim-node-inspector-manage/gnhhdgbaldcilmgcpfddgdbkhjohddkj
72
71
73
72
#### [ Visual Studio Code] ( https://github.com/microsoft/vscode ) 1.10+
74
73
You can’t perform that action at this time.
0 commit comments