Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

docs(chrome-devtools): Chrome changed devtools protocol #1894

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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: 1 addition & 1 deletion docs/tooling/debugging/chrome-devtools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down