On Fri, Dec 7, 2012 at 5:53 PM, Tianbing Brian Teng <
[email protected]> wrote:

> On Friday, December 7, 2012 7:28:48 AM UTC-8, Tianbing Brian Teng wrote:
> > Hi Panos. Thanks for the comments. I have three questions:
> >
> > 1. Do I have to reboot the phone after prefs.js is updated?
>

Either reboot the phone or restart b2g (adb shell stop b2g; adb shell start
b2g).

 > 2. How do I "place your pref overrides"?
>

Use adb pull to fetch user.js locally, edit the file on your PC as
specified in MDN and then use adb push to put it back.

 > 3. On telnet alternative, do you mean I can do it on terminal and then
> turn on remote debugger on Firefox browser? Can you tell me the exact
> steps? I am excited to try it out.
>

I only mentioned telnet as a way to test that the port forwarding works and
you can get a connection to the debugger server. Obviously you'll need to
use Firefox to have a regular debugging experience.


> One additional question:
> 2nd link mentions:
> On your Firefox OS device, open the Settings app, then Device Information
> > More Information > Developer. In the developer menu:
>
> Turn on Remote Debugging.
> You also need to turn off out-of-process support, until bug 797627 is
> fixed. Without doing so, only system scripts can be debugged.
>
> Is this step necessary? I don't see it on my phone running last night's
> build.
>

It is required, yes. I can see both Remote Debugging and Disable
out-of-process in my Unagi which was updated a few minutes ago. If you are
using a device flashed from the master branch, you may be suffering from
bug 818056.

Cheers,
Panos
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to