Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Debugging

Manuel Martin edited this page Aug 27, 2020 · 8 revisions

You can debug on any supported headset.

Remote Debugging

  1. Put your VR device into developer mode.

  2. Next, enable remote debugging in Firefox Reality's developer options:

    1. Press the gear icon in the bottom of the tray to open the browser Settings.

    open Settings from Firefox Reality’s tray

    1. Press Developer Options.

    select Developer Options

    1. Press the toggles to turn On the settings for Enable Remote Debugging and Redirect Remote Debugging.

    Developer Options - default

    Developer Options - enabled

  3. Install the Android Debug Bridge.

  4. Plug in your VR device with a micro-USB cable to your PC’s USB port and from your PC, open the command-line Terminal, and if everything is successfully set up, you will see your headset listed when you run this command:

    adb devices
    
  5. Install desktop Firefox on your PC, and launch it.

about:debugging

Remote Debugging with Firefox desktop’s new Debugging tools. Open about:debugging image Click on the connected device to attach the remote debugger: image image

Clone this wiki locally