Skip to content
Snippets Groups Projects
Unverified Commit 5094cb41 authored by Felipe C's avatar Felipe C Committed by GitHub
Browse files

fix: wrong default port in docs (#40665)

fix: wrong default port
parent 2eb13d37
No related merge requests found
......@@ -14,10 +14,10 @@ process:
Electron will listen for V8 inspector protocol messages on the specified `port`,
an external debugger will need to connect on this port. The default `port` is
`5858`.
`9229`.
```shell
electron --inspect=5858 your/app
electron --inspect=9229 your/app
```
### `--inspect-brk=[port]`
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment