Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

Debugging javascript errors in Firefox Reality on Oculus Quest 2

  • 1 antwoord
  • 1 het hierdie probleem
  • 2 views
  • Laaste antwoord deur Paul

more options

I just jumped into VR train with my first mindblowing headset Oculus Quest 2. I have started testing my Threejs projects in Firefox Reality and seeking for the best production workflows. If anyone could point me into the relevant resources that would be fab.

One of the first basic questions is: how can I open any debugging console in Firefox Reality to see all the errors without connecting the headset to PC?

Shall I install Android SDK and create hardware link or there is another way to do that?

I just jumped into VR train with my first mindblowing headset Oculus Quest 2. I have started testing my Threejs projects in Firefox Reality and seeking for the best production workflows. If anyone could point me into the relevant resources that would be fab. One of the first basic questions is: how can I open any debugging console in Firefox Reality to see all the errors without connecting the headset to PC? Shall I install Android SDK and create hardware link or there is another way to do that?

All Replies (1)

more options

Hi

You can’t debug JS from inside Firefox Reality, you need to use the remote debugging tools and do that from a Firefox Nightly desktop instance, same as in Fenix: https://developer.mozilla.org/en-US/docs/Tools/about:debugging.

For that first you will need to enable Developer mode in the Quest device (https://developer.oculus.com/documentation/native/android/mobile-device-setup/) and then also enable remote debugging in Firefox Reality: Settings->Developer->Remote Debugging.

I hope that this helps.