Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions locale/zh-cn/docs/guides/debugging-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ layout: docs.hbs
* **选项 1**: 在基于 Chromium 内核的浏览器下打开 `chrome://inspect`。点击配置按钮确保你的目标宿主和端口号列入其中。
* **选项 2**: 从 `/json/list` 中拷贝 `devtoolsFrontendUrl`(见上),或者加上 --inspect 以检查提示文本并粘贴到 Chrome 中。

> 请注意:Node.js 和 Chrome 必须在同一个平台上运行。

### [Visual Studio Code](https://github.com/microsoft/vscode) 1.10+

* 在 Debug 面板中,点击设置按钮打开 `.vscode/launch.json`,选择 "Node.js" 进行初始化构建。
Expand Down