fix: wrong default port in docs (#40665)

fix: wrong default port
This commit is contained in:
Felipe C 2023-12-11 11:43:06 -05:00 committed by GitHub
parent 2eb13d377e
commit 5094cb4115
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,10 +14,10 @@ process:
Electron will listen for V8 inspector protocol messages on the specified `port`, 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 an external debugger will need to connect on this port. The default `port` is
`5858`. `9229`.
```shell ```shell
electron --inspect=5858 your/app electron --inspect=9229 your/app
``` ```
### `--inspect-brk=[port]` ### `--inspect-brk=[port]`