From 3f7c091eec63801071b310cde7dfd1d240300033 Mon Sep 17 00:00:00 2001 From: Brian Hann Date: Thu, 9 Jul 2020 14:11:24 -0500 Subject: [PATCH] Update chrome-devtools.md chrome-devtools:// protocol changed to just devtools:// --- docs/tooling/debugging/chrome-devtools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tooling/debugging/chrome-devtools.md b/docs/tooling/debugging/chrome-devtools.md index e8f1499bc..4cef992e7 100644 --- a/docs/tooling/debugging/chrome-devtools.md +++ b/docs/tooling/debugging/chrome-devtools.md @@ -39,7 +39,7 @@ For security reasons, the generated debugging agent **can't be started automatic ```Shell To start debugging, open the following URL in Chrome: -chrome-devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000 +devtools://devtools/bundled/inspector.html?experiments=true&ws=localhost:40000 ``` You need to manually copy it in Google Chrome's address bar to start debugging.