Skip to content

Debugging

Eduardo Lima edited this page Jun 7, 2022 · 4 revisions

You can debug on any supported headset.

Enable Remote Debugging

  1. Put your VR device into developer mode.

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

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

    open Settings from Wolvic’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 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 Nightly 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