Skip to content

Instantly share code, notes, and snippets.

@jasonLaster
Created May 3, 2019 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonLaster/c8d021d9f21674b8e276168e86ee3652 to your computer and use it in GitHub Desktop.
Save jasonLaster/c8d021d9f21674b8e276168e86ee3652 to your computer and use it in GitHub Desktop.
# Start a normal instance with the debugger server running
./mach run --start-debugger-server 6081 &
sleep 2
# Run the Browser Toolbox instance
MOZ_BROWSER_TOOLBOX_PORT=6081 /Applications/Firefox\ Nightly.app/Contents/MacOS/firefox-bin --profile /tmp/foobar -chrome chrome://devtools/content/framework/toolbox-process-window.html --purgecaches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment