Skip to content

Instantly share code, notes, and snippets.

@bgrins
Last active August 5, 2020 17:00
Show Gist options
  • Save bgrins/a05029721ab01feb4c3f to your computer and use it in GitHub Desktop.
Save bgrins/a05029721ab01feb4c3f to your computer and use it in GitHub Desktop.
Running browser toolbox as a separate process
# 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
./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