We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15774e7 commit 33df913Copy full SHA for 33df913
1 file changed
locale/zh-cn/docs/guides/debugging-getting-started.md
@@ -53,6 +53,8 @@ layout: docs.hbs
53
* **选项 1**: 在基于 Chromium 内核的浏览器下打开 `chrome://inspect`。点击配置按钮确保你的目标宿主和端口号列入其中。
54
* **选项 2**: 从 `/json/list` 中拷贝 `devtoolsFrontendUrl`(见上),或者加上 --inspect 以检查提示文本并粘贴到 Chrome 中。
55
56
+> 请注意:Node.js 和 Chrome 必须在同一个平台上运行。
57
+
58
### [Visual Studio Code](https://github.com/microsoft/vscode) 1.10+
59
60
* 在 Debug 面板中,点击设置按钮打开 `.vscode/launch.json`,选择 "Node.js" 进行初始化构建。
0 commit comments