Last active
August 5, 2020 17:00
-
-
Save bgrins/a05029721ab01feb4c3f to your computer and use it in GitHub Desktop.
Running browser toolbox as a separate process
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Start a normal instance with the debugger server running | |
./mach run --start-debugger-server 6080 | |
# Run the Browser Toolbox instance | |
MOZ_BROWSER_TOOLBOX_PORT=6080 ./mach run --temp-profile -chrome chrome://devtools/content/framework/browser-toolbox/window.html --purgecaches --jsconsole |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./mach run --start-debugger-server 6080 | |
MOZ_BROWSER_TOOLBOX_PORT=6080 ./mach run --temp-profile -chrome chrome://devtools/content/framework/browser-toolbox/window.html --purgecaches --start-debugger-server 6081 | |
MOZ_BROWSER_TOOLBOX_PORT=6081 ./mach run --temp-profile -chrome chrome://devtools/content/framework/browser-toolbox/window.html --purgecaches |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment