Hi there, I've tried to enable the controversial remote debugging. Firstly , I tried to do this for Gaia: REMOTE_DEBUGGER=1 MOZILLA_OFFICIAL=1 PRODUCTION=1 make reset-gaia
By the way, If I do that the keyboards doesn't work. Secondly, I enabled the remote debugger in the browser: devtools.debugger.force-local = false devtools.debugger.remote-enabled = true devtools.debugger.enabled = true devtools.debugger.chrome-enabled Then, I did: sudo adb forward tcp:6000 tcp:6000 And at last, I tried to connect the debugger to the device and I granted the permissions in the device when the message asking for it was prompted. Have I missed any step? I can't see anything in the debugger, it's connected to null. Thanks. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
