Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
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
Update chrome-devtools.md
chrome-devtools:// protocol changed to just devtools://
  • Loading branch information
c0bra authored Jul 9, 2020
commit 3f7c091eec63801071b310cde7dfd1d240300033
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