Hi all,
For reasons unknown to me right now, remote debugging for Firefox OS
devices has been disabled for the foreseeable future. This is the latest
on MDN --
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Debugging/Setting_up#Firefox_OS
> As of January 10, 2013, device builds of Firefox OS have debugging
> disabled. There will eventually be a way to build your own build with
> it re-enabled, but this doesn't exist yet. This document will be
> updated once that happens. In addition, the preference for turning off
> out-of-process support has been removed. For now, you'll need to do
> your debugging in the Firefox OS Simulator
> <
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_OS/Using_Firefox_OS_Simulator>.
In short, developers won't be able to debug apps running on real
devices, instead they'll have to debug them on their computer as they
would a standard website. This also means that there is currently no way
for developers to debug WebAPIs that aren't supported in the simulator
(most of the hardware ones). They also won't be able to programatically
debug real-world performance aside from judging things by eye on the device.
It's worth knowing so we don't set expectations for device debugging at
the London event next week, plus we're going to get asked about it a lot.
I'd love to know more detail about this if anyone has it!
Rob