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.