From 5a2fac6fe91aeef6f79f6d00bd38e9ab1031e9ad Mon Sep 17 00:00:00 2001 From: wellitsabhi Date: Fri, 12 Jul 2024 19:26:16 +0530 Subject: [PATCH] Fix: Removed misleading information --- apps/site/pages/en/learn/getting-started/debugging.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/site/pages/en/learn/getting-started/debugging.md b/apps/site/pages/en/learn/getting-started/debugging.md index 39dd0ed30b516..9c23c30466d80 100644 --- a/apps/site/pages/en/learn/getting-started/debugging.md +++ b/apps/site/pages/en/learn/getting-started/debugging.md @@ -79,8 +79,6 @@ Several commercial and open source tools can also connect to the Node.js Inspect See https://github.com/ChromeDevTools/devtools-frontend, https://www.microsoftedgeinsider.com for more information. -> Note that the Node.js and the Chrome need to be run on the same platform. - ### Visual Studio Code 1.10+ - In the Debug panel, click the settings icon to open `.vscode/launch.json`.