Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport non-random devtools port #27267
Closed
Labels
Projects
Comments
|
One possible solution:
Another possible solution:
The second sounds easier. |
Do you remember why and how often that would happen? |
|
I'm going for solution 1. |
We added the random debugger port in response to a HoloLens OS update stealing port 6000 when we had that hardcoded, which caused FxR to panic during launch. |
bors-servo
added a commit
that referenced
this issue
Jul 20, 2020
UWP: non random port for devtools, and support for custom UWP prefs packages-prefs.json is now taken into account for libsimpleservo. Making it possible to have custom pref for the UWP builds, removing some weirdness in the way we handle preferences in the hololens code. This also adds a new set of preferences to control the devtools server startup state, and make the port choice constant across sessions. Fix #27267 Fix #22970
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A user reports that the randomized port makes the process of connecting from desktop Firefox more frustrating.