Skip to content

Commit

Permalink
fix: wrong default port in docs (#40743)
Browse files Browse the repository at this point in the history
fix: wrong default port

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Felipe C <felipe@carassonet.org>
  • Loading branch information
trop[bot] and hrimhari committed Dec 12, 2023
1 parent 5d5ebc9 commit 0aa33cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorial/debugging-main-process.md
Expand Up @@ -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]`
Expand Down

0 comments on commit 0aa33cc

Please sign in to comment.