On Tue, Oct 14, 2014 at 9:59 PM, Michael Henretty <[email protected]> wrote: > Is it possible to make the WebIDE talk to a custom build of b2g-desktop (or > one downloaded from pvt)?
There are several approaches you can take: * Run your b2g-desktop build with "-start-debugger-server PORT" and use WebIDE's remote runtime to connect to "localhost:PORT" * Add "export FXOS_SIMULATOR=1" to your .mozconfig and "mach build && mach package" should give you a simulator add-on you can install * Try and other CI builds offer Simulator XPIs in the b2g-desktop build directory * Follow this overly complex set of steps[1] to modify an existing simulator to use your own b2g-desktop build Hopefully at least one of these methods will work for you! [1]: https://developer.mozilla.org/en-US/Firefox_OS/Running_custom_builds_in_the_App_Manager - Ryan _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
