Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
electron
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
ExcellentOSS
electron
Commits
5094cb41
Unverified
Commit
5094cb41
authored
1 year ago
by
Felipe C
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix: wrong default port in docs (#40665)
fix: wrong default port
parent
2eb13d37
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/tutorial/debugging-main-process.md
+2
-2
2 additions, 2 deletions
docs/tutorial/debugging-main-process.md
with
2 additions
and
2 deletions
docs/tutorial/debugging-main-process.md
+
2
−
2
View file @
5094cb41
...
...
@@ -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]`
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment