Skip to content

Commit 15774e7

Browse files
authored
add note for Chrome DevTools (#3888)
Mention that the nodeJS and Chrome need to be on the same platform for using Chrome DevTools for the beginners.
1 parent f67bd95 commit 15774e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

locale/en/docs/guides/debugging-getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Basic info on these follows:
8585
* **Option 2**: Copy the `devtoolsFrontendUrl` from the output of `/json/list`
8686
(see above) or the --inspect hint text and paste into Chrome.
8787

88+
> Note that the Node.js and the Chrome need to be run on the same platform.
89+
8890
### [Visual Studio Code](https://github.com/microsoft/vscode) 1.10+
8991

9092
* In the Debug panel, click the settings icon to open `.vscode/launch.json`.

0 commit comments

Comments
 (0)