I tried remote debugging from firefox nightly on otoro/unagi but there is no scripts found in debugger.
and it works on Firefox OS simulator, I tried it on app day. does anyone have same problem? I set debug.oop.disabled to "True" and use below parameters to build: make reset-gaia SETTINGS_ARG="--noftu --enable-debugger" - Yuren On Sat, Feb 2, 2013 at 2:35 PM, Dave Hylands <[email protected]> wrote: > Hi everyone, > > > Reality is slightly different due to some Marionette breakage. So the > > new way will be: > > > > For user builds (i.e. dogfooders, production): > > - Remote debugging and ADB will be off by default, and both will be > > controlled by the remote debugger setting in the settings app. > > > > For non-user builds: > > -Remote debugging will be off by default. Only Remote debugging > > will be controlled by the remote debugger setting in the settings > > app. > > - ADB will be on all the time. > > > > It turns out that marionette requires adb to be on and remote > > debugging to be off, which was in fundamental conflict with trying > > to link the two through a common setting. > > > > This new way will take effect once bugs 836973 and 837001 are fully > > landed. > > Bugs 836973 and 837001 are both fully landed on master, v1-train, and > v1.0.0. > > So dogfooders will need to use Settings->Device Information->More > Information->Developer->Remote Debugging to toggle ADB on/off. > > eng and userdebug builds will have ADB enabled all of the time. > > Dave Hylands > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
